public abstract class UserProviderImpl extends Object implements UserProvider
| Constructor and Description |
|---|
UserProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<String> |
getUser() |
abstract void |
setUser(String user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUserOrFailpublic abstract Optional<String> getUser()
getUser in interface UserProviderpublic abstract void setUser(String user)
setUser in interface UserProviderCopyright © 2017. All rights reserved.