| Package | Description |
|---|---|
| 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 |
| 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.
|
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.
|
protected void |
AbstractStatefulRealm.init(Properties properties)
Initialize a realm with some properties.
|
static void |
Realm.unloadInstance(String realmName)
Remove realm with given name from cache.
|
static void |
Realm.unloadInstance(String configName,
String realmName)
Remove realm with given name from cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CertificateRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
FileRealmUser.getRealm()
Returns the realm with which this user is associated
|
protected void |
FileRealm.init(Properties props)
Initialize a realm with some properties.
|
| Constructor and Description |
|---|
FileRealm(String keyfile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PamRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolarisRealm.init(Properties props)
Initialize a realm with some properties.
|
Copyright © 2019. All rights reserved.