CoherenceIdentityAsserterBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Parameters to define an instance of a Coherence com.tangosol.net.security.IdentityAsserter.

       
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.coherence.descriptor.wl.CoherenceIdentityAsserterBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


      CoherenceInitParams

      An array of CoherenceInitParam beans, each of which represents an initialization parameter.

                 
      Factory MethodscreateCoherenceInitParam (java.lang.String name)

      destroyCoherenceInitParam (CoherenceInitParamBean bean)

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupCoherenceInitParam(String name)

      Returns a javax.management.ObjectName for the instance of CoherenceInitParamBean named name.

      Privileges Read/Write
      TypeCoherenceInitParamBean[]
      Relationship type: Containment.
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


      Attributes

      This section describes the following attributes:


        ClassName

        The class that implements com.tangosol.net.security.IdentityAsserter. If className is empty, no IdentityAsserter will be configured.

               
        Privileges Read/Write
        Typejava.lang.String


        Operations

        This section describes the following operations:


          isSet

          Return true if the given property has been explicitly set in this bean.

             
          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
            IllegalArgumentException if propertyName is not a recognized property

          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.