| Constructor and Description |
|---|
FileRealmUser(FileRealmStorageManager.User user,
String realm) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
Return the requested attribute for the user.
|
Enumeration<String> |
getAttributeNames()
Return the names of the supported attributes for this user.
|
String[] |
getGroups() |
String |
getName() |
Realm |
getRealm()
Returns the realm with which this user is associated
|
public FileRealmUser(FileRealmStorageManager.User user, String realm)
public String[] getGroups()
public Realm getRealm() throws NoSuchRealmException
getRealm in interface UserNoSuchRealmException - if the realm associated this user no longer existpublic Object getAttribute(String key)
Not really needed.
getAttribute in interface Userkey - string identifies the attribute.public Enumeration<String> getAttributeNames()
Not really needed.
getAttributeNames in interface UserCopyright © 2019. All rights reserved.