public abstract class AbstractProfileCreator<C extends Credentials,P extends CommonProfile> extends InitializableWebObject implements ProfileCreator<C,P>
| Constructor and Description |
|---|
AbstractProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<P> |
getProfileFactory() |
void |
setProfileFactory(java.util.function.Supplier<P> profileFactory) |
init, internalInit, reinitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic java.util.function.Supplier<P> getProfileFactory()
public void setProfileFactory(java.util.function.Supplier<P> profileFactory)
Copyright © 2017. All Rights Reserved.