public interface ProfileCreator<C extends Credentials,U extends CommonProfile>
CommonProfile from a Credentials.
Return null if no profile can be found / created.| Modifier and Type | Method and Description |
|---|---|
U |
create(C credentials,
WebContext context)
Create a profile from a credentials.
|
U create(C credentials, WebContext context) throws HttpAction
credentials - the given credentialscontext - the web contextHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.