Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
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.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
Modifier and Type | Method and 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 and 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 and Description |
---|---|
RealmMBean |
SecurityConfiguration.createRealm(java.lang.String realmName) |
RealmMBean |
SecurityConfiguration.findDefaultRealm() |
RealmMBean |
SecurityConfiguration.findRealm(java.lang.String realmName) |
RealmMBean[] |
SecurityConfiguration.findRealms() |
RealmMBean |
SecurityConfiguration.getDefaultRealmInternal() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityConfiguration.setDefaultRealmInternal(RealmMBean r) |
Modifier and Type | Method and Description |
---|---|
RealmMBean |
RealmContainer.getDefaultRealmInternal() |
private RealmMBean |
RealmImpl.getRealm() |
RealmMBean |
RDBMSSecurityStoreImpl.getRealm() |
RealmMBean |
ProviderImpl.getRealm() |
RealmMBean |
RDBMSSecurityStoreMBean.getRealm()
Returns the realm that contains this RDBMS security store.
|
RealmMBean |
ProviderMBean.getRealm()
Returns the realm that contains this security provider.
|
Modifier and Type | Method and Description |
---|---|
void |
RealmContainer.setDefaultRealmInternal(RealmMBean def) |
Modifier and Type | Method and Description |
---|---|
RealmMBean |
UserLockoutManagerImpl.getRealm() |
RealmMBean |
UserLockoutManagerMBean.getRealm()
Returns the realm that contains this user lockout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderUtilsService.loadLDIFAuthenticatorTemplate(java.lang.String domainName,
RealmMBean realmMBean)
Locate, convert and load into the embedded LDAP server the
LDIF template file for the Authenticator.
|
void |
ProviderUtilsService.loadLDIFAuthorizerTemplate(java.lang.String domainName,
RealmMBean realmMBean)
Locate, convert and load into the embedded LDAP server the
LDIF template file for the Authorizer.
|
void |
ProviderUtilsService.loadLDIFRoleMapperTemplate(java.lang.String domainName,
RealmMBean realmMBean)
Locate, convert and load into the embedded LDAP server the
LDIF template file for the RoleMapper.
|