Package | Description |
---|---|
com.sun.appserv.security | |
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 | |
com.sun.enterprise.security.ee.auth.realm |
Modifier and Type | Class and Description |
---|---|
class |
AppservRealm
Parent class for iAS Realm classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRealm
Parent class for Payara Realm classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatefulRealm
This class is the base for all Payara Realm classes, and contains common
object state such as the realm name, general properties and the assign groups.
|
class |
Realm |
Modifier and Type | Class and Description |
---|---|
class |
CertificateRealm
Realm wrapper for supporting certificate authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRealm
Realm wrapper for supporting file password authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCRealm
Realm for supporting JDBC authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPRealm
Realm wrapper for supporting LDAP authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
PamRealm
Realm wrapper for supporting PAM based authentication for all Unix machines.
|
Modifier and Type | Class and Description |
---|---|
class |
SolarisRealm
Realm wrapper for supporting Solaris authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestRealmBase
Base class for all realms wanting to support Digest based authentication.
|
Copyright © 2021. All rights reserved.