public interface ProfileCreator<C extends Credentials,U extends UserProfile>
UserProfile 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.
|
Copyright © 2016. All Rights Reserved.