SecurityParamsBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Some clients may wish to customize the security information associated with them. They can use the security parameters bean to do so.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.wl.SecurityParamsBean

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points

You can access this MBean from the following MBean attributes:


    Attributes

    This section describes the following attributes:


      AttachJMSXUserId

      Specifies whether WebLogic Server attachs the authenticated user name to sent messages.

      If enabled, the system will attach the authenticated username onto sent messages if the destination supports this behavior. The username is placed in the JMSXUserID user property. JMSXUserID is defined in the JMS specification (see section 3.5.9).

      When dynamically changed this will affect all connections made using this connection factory after the change was made.

      For more information, see:

             
      Privileges Read/Write
      Typeboolean


      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

        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