| Package | Description |
|---|---|
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.realm |
This package contains the Realms used by Payara for its native identity stores.
|
| com.sun.enterprise.security.auth.realm.certificate | |
| com.sun.enterprise.security.auth.realm.file | |
| com.sun.enterprise.security.auth.realm.jdbc | |
| com.sun.enterprise.security.auth.realm.ldap | |
| com.sun.enterprise.security.auth.realm.pam | |
| com.sun.enterprise.security.auth.realm.solaris |
| 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)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<String> |
AbstractRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to
|
abstract User |
AbstractRealm.getUser(String name)
Returns the information recorded about a particular named user.
|
abstract void |
AbstractRealm.removeUser(String name)
Remove user from file realm.
|
abstract void |
AbstractRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
CertificateRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
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<String> |
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 © 2019. All rights reserved.