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)
credentials - the given credentialscontext - the web contextCopyright © 2019. All Rights Reserved.