| Package | Description |
|---|---|
| com.sun.appserv.security | |
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.login |
This package contains the LoginModules uses by Payara for its native identity stores.
|
| 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.login | |
| 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 | Field and Description |
|---|---|
protected Realm |
BasePasswordLoginModule._currentRealm |
| Modifier and Type | Method and Description |
|---|---|
Realm |
BasePasswordLoginModule.getCurrentRealm() |
| Modifier and Type | Method and Description |
|---|---|
static Realm |
LoginContextDriver.getRealmInstance(String realmName) |
| Modifier and Type | Method and Description |
|---|---|
static Realm |
Realm.getDefaultInstance()
Convenience method which returns the Realm object representing the current default realm.
|
Realm |
RealmsManager.getFromLoadedRealms(String realmName) |
Realm |
RealmsManager.getFromLoadedRealms(String configName,
String realmName) |
static Realm |
Realm.getInstance(String name)
Returns the realm identified by the name which is passed as a parameter.
|
static Realm |
Realm.getInstance(String configName,
String name)
Returns the realm identified by the name which is passed as a parameter.
|
Realm |
User.getRealm()
Returns the realm with which this user is associated.
|
static Realm |
Realm.instantiate(String name,
String className,
Properties props)
Instantiate a Realm with the given name and properties using the Class name given.
|
static Realm |
Realm.instantiate(String name,
String className,
Properties props,
String configName)
Instantiate a Realm with the given name and properties using the Class name given.
|
Realm |
RealmsManager.removeFromLoadedRealms(String configName,
String realmName) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractStatefulRealm.compareTo(Realm otherRealm)
Compares a realm to another.
|
void |
RealmsManager.putIntoLoadedRealms(String configName,
String realmName,
Realm realm) |
protected static void |
Realm.updateInstance(Realm realm,
String name)
Replace a Realm instance.
|
protected static void |
Realm.updateInstance(String configName,
Realm realm,
String name)
Replace a Realm instance.
|
| 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 | Method and Description |
|---|---|
Realm |
FileRealmUser.getRealm()
Returns the realm with which this user is associated
|
| 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 | Method and Description |
|---|---|
protected Realm |
DigestLoginModule.getRealm() |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestRealmBase
Base class for all realms wanting to support Digest based authentication.
|
Copyright © 2019. All rights reserved.