| Modifier and Type | Method and Description |
|---|---|
User |
BaseRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
void |
BaseRealm.removeUser(String name)
Remove user from file realm.
|
void |
BaseRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
void |
BaseRealm.updateUser(String name,
String newName,
String password,
String[] groups)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration |
Realm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to
|
abstract User |
Realm.getUser(String name)
Returns the information recorded about a particular named user.
|
abstract void |
Realm.removeUser(String name)
Remove user from file realm.
|
abstract void |
Realm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
CertificateRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
FileRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
User |
FileRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
void |
FileRealm.removeUser(String name)
Remove user from file realm.
|
void |
FileRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
JDBCRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
LDAPRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
PamRealm.getGroupNames(String username) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
SolarisRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
Copyright © 2017. All rights reserved.