public final class AnonymousClient extends DirectClient<AnonymousCredentials,AnonymousProfile>
Modifier and Type | Field and Description |
---|---|
static AnonymousClient |
INSTANCE |
logger
Constructor and Description |
---|
AnonymousClient() |
Modifier and Type | Method and Description |
---|---|
protected void |
internalInit(WebContext context)
Internal initialization of the object.
|
AnonymousCredentials |
retrieveCredentials(WebContext context)
Retrieve the credentials.
|
protected AnonymousProfile |
retrieveUserProfile(AnonymousCredentials credentials,
WebContext context)
Retrieve a user userprofile.
|
getCredentials, redirect
addAuthorizationGenerator, addAuthorizationGenerators, getAuthorizationGenerators, getName, getUserProfile, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setName, toString
init, reinit
public static final AnonymousClient INSTANCE
protected void internalInit(WebContext context)
InitializableWebObject
internalInit
in class InitializableWebObject
context
- the web contextpublic AnonymousCredentials retrieveCredentials(WebContext context) throws HttpAction
BaseClient
retrieveCredentials
in class BaseClient<AnonymousCredentials,AnonymousProfile>
context
- the web contextHttpAction
- whether an additional HTTP action is requiredprotected AnonymousProfile retrieveUserProfile(AnonymousCredentials credentials, WebContext context) throws HttpAction
BaseClient
retrieveUserProfile
in class BaseClient<AnonymousCredentials,AnonymousProfile>
credentials
- the credentialscontext
- the web contextHttpAction
- whether an additional HTTP action is requiredCopyright © 2016. All rights reserved.