public class AuthenticatorProfileCreator<C extends HttpCredentials,P extends UserProfile> extends Object implements ProfileCreator<C,P>
HttpCredentials.| Modifier and Type | Field and Description |
|---|---|
static AuthenticatorProfileCreator |
INSTANCE |
| Constructor and Description |
|---|
AuthenticatorProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
create(HttpCredentials credentials)
Create a profile from a credentials.
|
public static final AuthenticatorProfileCreator INSTANCE
public UserProfile create(HttpCredentials credentials)
create in interface ProfileCreator<C extends HttpCredentials,P extends UserProfile>credentials - the given credentials.Copyright © 2016. All rights reserved.