Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.security |
Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm.
|
weblogic.management.security.authentication |
Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm.
|
weblogic.security.service |
Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions
that support security providers.
|
Modifier and Type | Method | Description |
---|---|---|
RealmMBean |
SecurityConfigurationMBean.createRealm() |
Creates a realm.
|
RealmMBean |
SecurityConfigurationMBean.createRealm(java.lang.String name) |
Creates a realm.
|
RealmMBean |
SecurityConfigurationMBean.findDefaultRealm() |
Deprecated.
9.0.0.0 Replaced by
SecurityConfigurationMBean.getDefaultRealm() |
RealmMBean |
SecurityConfigurationMBean.findRealm(java.lang.String realmDisplayName) |
Deprecated.
9.0.0.0 Replaced by
SecurityConfigurationMBean.lookupRealm(java.lang.String) |
RealmMBean[] |
SecurityConfigurationMBean.findRealms() |
Deprecated.
9.0.0.0 Replaced by
SecurityConfigurationMBean.getRealms() |
RealmMBean |
SecurityConfigurationMBean.getDefaultRealm() |
Returns the default security realm or null if no realm has
been selected as the default security realm.
|
RealmMBean |
SecurityConfigurationMBean.getDefaultRealmInternal() |
|
RealmMBean |
PartitionMBean.getRealm() |
The security realm for this partition.
|
RealmMBean[] |
SecurityConfigurationMBean.getRealms() |
Returns all the realms in the domain.
|
RealmMBean |
SecurityConfigurationMBean.lookupRealm(java.lang.String name) |
Finds a realm given it's name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityConfigurationMBean.destroyRealm(RealmMBean realm) |
Destroys a realm.
|
void |
SecurityConfigurationMBean.setDefaultRealm(RealmMBean defaultRealm) |
Sets the default security realm.
|
void |
SecurityConfigurationMBean.setDefaultRealmInternal(RealmMBean def) |
|
void |
PartitionMBean.setRealm(RealmMBean realm) |
Sets the security realm for this partition.
|
Modifier and Type | Method | Description |
---|---|---|
RealmMBean |
ProviderImpl.getRealm() |
|
RealmMBean |
ProviderMBean.getRealm() |
Returns the realm that contains this security provider.
|
RealmMBean |
RDBMSSecurityStoreMBean.getRealm() |
Returns the realm that contains this RDBMS security store.
|
Modifier and Type | Method | Description |
---|---|---|
RealmMBean |
UserLockoutManagerMBean.getRealm() |
Returns the realm that contains this user lockout manager.
|