Package | Description |
---|---|
weblogic.management.security | |
weblogic.management.security.authorization |
Modifier and Type | Method and Description |
---|---|
AuthorizerMBean |
RealmMBean.createAuthorizer(String type)
Creates an Authorization provider in this security realm.
|
AuthorizerMBean |
RealmMBean.createAuthorizer(String name,
String type)
Creates an Authorization provider in this security realm.
|
AuthorizerMBean[] |
RealmMBean.getAuthorizers()
Returns the Authorization providers for this security realm (in invocation order).
|
AuthorizerMBean |
RealmMBean.lookupAuthorizer(String name)
Finds an Authorization provider in this security realm.
|
Modifier and Type | Method and Description |
---|---|
void |
RealmMBean.destroyAuthorizer(AuthorizerMBean authorizer)
Removes the configuration for an Authorization provider in this security realm.
|
void |
RealmMBean.setAuthorizers(AuthorizerMBean[] authorizers)
Changes the invocation order of this security realm's Authorization providers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeployableAuthorizerMBean
The SSPI MBean that must be extended by all Authorization
providers that can store policies created while deploying a
Web application or EJB.
|