| Package | Description |
|---|---|
| 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.jdbc | |
| com.sun.enterprise.security.auth.realm.ldap | |
| com.sun.enterprise.security.auth.realm.solaris |
| 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
|
| 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> |
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 |
SolarisRealm.getGroupNames(String username)
Returns the name of all the groups that this user belongs to.
|
Copyright © 2019. All rights reserved.