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 User
NoSuchRealmException
- if the realm associated this user no longer existpublic Object getAttribute(String key)
Not really needed.
getAttribute
in interface User
key
- string identifies the attribute.public Enumeration<String> getAttributeNames()
Not really needed.
getAttributeNames
in interface User
Copyright © 2019. All rights reserved.