| Constructor and Description |
|---|
FileRealmUser(FileRealmHelper.User user,
String realm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
Return the requested attribute for the user.
|
Enumeration |
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(FileRealmHelper.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 getAttributeNames()
Not really needed.
getAttributeNames in interface UserCopyright © 2017. All rights reserved.