public class FakeClient
extends org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>
| Constructor and Description |
|---|
FakeClient() |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.client.ClientType |
getClientType() |
protected void |
internalInit(org.pac4j.core.context.WebContext context) |
protected boolean |
isDirectRedirection() |
protected org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile> |
newClient() |
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, getRedirectionUrl, getStateParameter, isIncludeClientNameInCallbackUrl, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setIncludeClientNameInCallbackUrlprotected org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile> newClient()
newClient in class org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>protected boolean isDirectRedirection()
isDirectRedirection in class org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>protected org.pac4j.core.client.RedirectAction retrieveRedirectAction(org.pac4j.core.context.WebContext context)
retrieveRedirectAction in class org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>protected org.pac4j.core.credentials.Credentials retrieveCredentials(org.pac4j.core.context.WebContext context)
throws org.pac4j.core.exception.RequiresHttpAction
retrieveCredentials in class org.pac4j.core.client.IndirectClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>org.pac4j.core.exception.RequiresHttpActionprotected org.pac4j.core.profile.CommonProfile retrieveUserProfile(org.pac4j.core.credentials.Credentials credentials,
org.pac4j.core.context.WebContext context)
retrieveUserProfile in class org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>public org.pac4j.core.client.ClientType getClientType()
getClientType in class org.pac4j.core.client.BaseClient<org.pac4j.core.credentials.Credentials,org.pac4j.core.profile.CommonProfile>protected void internalInit(org.pac4j.core.context.WebContext context)
internalInit in class org.pac4j.core.util.InitializableWebObjectCopyright © 2016. All Rights Reserved.