public final class MockIndirectClient
extends org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>
| Constructor and Description |
|---|
MockIndirectClient(String name,
org.pac4j.core.client.RedirectAction redirectAction,
org.pac4j.core.credentials.Credentials credentials,
org.pac4j.core.profile.CommonProfile profile) |
MockIndirectClient(String name,
org.pac4j.core.client.RedirectAction redirectAction,
ReturnCredentials returnCredentials,
org.pac4j.core.profile.CommonProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
protected org.pac4j.core.credentials.Credentials |
retrieveCredentials(org.pac4j.core.context.WebContext context) |
protected org.pac4j.core.client.RedirectAction |
retrieveRedirectAction(org.pac4j.core.context.WebContext context) |
protected org.pac4j.core.profile.CommonProfile |
retrieveUserProfile(org.pac4j.core.credentials.Credentials credentials,
org.pac4j.core.context.WebContext context) |
computeFinalCallbackUrl, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getRedirectAction, getStateParameter, internalInit, isIncludeClientNameInCallbackUrl, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setIncludeClientNameInCallbackUrlpublic MockIndirectClient(String name, org.pac4j.core.client.RedirectAction redirectAction, org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.profile.CommonProfile profile)
public MockIndirectClient(String name, org.pac4j.core.client.RedirectAction redirectAction, ReturnCredentials returnCredentials, org.pac4j.core.profile.CommonProfile profile)
protected org.pac4j.core.client.RedirectAction retrieveRedirectAction(org.pac4j.core.context.WebContext context)
throws org.pac4j.core.exception.HttpAction
retrieveRedirectAction in class org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>org.pac4j.core.exception.HttpActionprotected org.pac4j.core.credentials.Credentials retrieveCredentials(org.pac4j.core.context.WebContext context)
throws org.pac4j.core.exception.HttpAction
retrieveCredentials in class org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>org.pac4j.core.exception.HttpActionprotected org.pac4j.core.profile.CommonProfile retrieveUserProfile(org.pac4j.core.credentials.Credentials credentials,
org.pac4j.core.context.WebContext context)
throws org.pac4j.core.exception.HttpAction
retrieveUserProfile in class org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>org.pac4j.core.exception.HttpActionCopyright © 2016. All Rights Reserved.