| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans | |
| com.sun.enterprise.config.serverbeans.customvalidators | |
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.realm |
This package contains the Realms used by Payara for its native identity stores.
|
| Modifier and Type | Method and Description |
|---|---|
AuthRealm |
AdminService.getAssociatedAuthRealm() |
static AuthRealm |
AdminService.Duck.getAssociatedAuthRealm(AdminService as)
This is the place where the iteration for the
AuthRealm for administration should be carried out
in server. |
AuthRealm |
NodeAgent.getAuthRealm()
Gets the value of the authRealm property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthRealm> |
SecurityService.getAuthRealm()
Gets the value of the authRealm property.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AuthRealm.Duck.getGroupMapping(AuthRealm me) |
void |
NodeAgent.setAuthRealm(AuthRealm value)
Sets the value of the authRealm property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SolarisRealmPropertyCheckValidator.isValid(AuthRealm realm,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
boolean |
LDAPRealmPropertyCheckValidator.isValid(AuthRealm realm,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
boolean |
JDBCRealmPropertyCheckValidator.isValid(AuthRealm realm,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
boolean |
FileRealmPropertyCheckValidator.isValid(AuthRealm realm,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityConfigListener.authRealmCreated(AuthRealm instance)
New auth realm created.
|
static void |
SecurityConfigListener.authRealmCreated(Config config,
AuthRealm instance)
New auth realm created.
|
static void |
SecurityConfigListener.authRealmDeleted(AuthRealm instance)
Auth realm deleted.
|
static void |
SecurityConfigListener.authRealmDeleted(Config config,
AuthRealm instance)
Auth realm deleted.
|
void |
SecurityConfigListener.authRealmUpdated(AuthRealm instance)
Auth realm updated (attributes change).
|
void |
SecurityConfigListener.authRealmUpdated(Config config,
AuthRealm instance)
Auth realm updated (attributes change).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RealmConfig.createRealms(String defaultRealm,
List<AuthRealm> realms) |
static void |
RealmConfig.createRealms(String defaultRealm,
List<AuthRealm> realms,
String configName) |
Copyright © 2019. All rights reserved.