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)
Create a profile from a credentials.
|
U create(C credentials) throws HttpAction
credentials
- the given credentials.HttpAction
- whether an additional HTTP action is requiredCopyright © 2016. All rights reserved.