public class AuthenticatorProfileCreator<C extends Credentials,P extends CommonProfile> extends Object implements ProfileCreator<C,P>
Credentials.| Modifier and Type | Field and Description |
|---|---|
static AuthenticatorProfileCreator |
INSTANCE |
| Constructor and Description |
|---|
AuthenticatorProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
P |
create(C credentials,
WebContext context)
Create a profile from a credentials.
|
public static final AuthenticatorProfileCreator INSTANCE
public P create(C credentials, WebContext context) throws HttpAction
ProfileCreatorcreate in interface ProfileCreator<C extends Credentials,P extends CommonProfile>credentials - the given credentialscontext - the web contextHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.