DeployableAuthorizerMBean (Abstract)


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a Web application or EJB.

       
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.security.authorization.DeployableAuthorizerMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points Inherited from AuthorizerMBean Because this MBean extends or implements AuthorizerMBean, you can also access this MBean by retrieving AuthorizerMBeans. The following attributes contain AuthorizerMBeans and its subtypes:
    Subtypes The following MBeans extend or implement this MBean type:


      Related MBeans

      This section describes attributes that provide access to other MBeans.


        Realm

        Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.

               
        Privileges Read only
        TypeRealmMBean
        Relationship type: Reference.


        Attributes

        This section describes the following attributes:


        Description

        Returns a description of this security provider.

        Each security provider's MBean should set the default value of this read-only attribute to a string that describes the provider. In other words, each security provider's MBean hard-wires its description. There are no conventions governing the contents of the description. It should be a human readable string that gives a brief description of the security provider.

               
        Privileges Read only
        Typejava.lang.String
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

        Name

        The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

               
        Privileges Read only
        Typejava.lang.String
        Default ValueProvider
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

        PolicyDeploymentEnabled

        Returns whether this Authorization provider stores policies that are created while deploying a Web application or EJB.

               
        Privileges Read/Write
        Typeboolean
        Default Valuetrue

        Version

        Returns this security provider's version.

        Each security provider's MBean should set the default value of this read-only attribute to a string that specifies the version of the provider (e.g. 7.3.04). In other words, each security provider's MBean hard-wires its version. There are no conventions governing the contents of the version string.

               
        Privileges Read only
        Typejava.lang.String
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


        Operations

        This section describes the following operations:


        isSet

        Returns true if the specified attribute has been set explicitly in this MBean instance.

           
        Operation Name"isSet"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to check

        SignatureString [] { "java.lang.String" }
        Returns boolean
        Exceptions
        • java.lang.IllegalArgumentException

        unSet

        Restore the given property to its default value.

           
        Operation Name"unSet"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to restore

        SignatureString [] { "java.lang.String" }
        Returns void
        Exceptions
        • java.lang.IllegalArgumentException
          UnsupportedOperationException if called on a runtime implementation.

        wls_getDisplayName

           
        Operation Name"wls_getDisplayName"
        Parametersnull
        Signaturenull
        ReturnsString