UserAttributeEditorMBean (Abstract)


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Provides a set of methods for creating, editing and removing user attributes and values.An authentication provider MBean can optionally implement this MBean. The WebLogic Server Administration Console detects when an authentication provider implements this MBean and automatically provides a GUI for using these methods.

       
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.authentication.UserAttributeEditorMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Subtypes The following MBeans extend or implement this MBean type:


    Attributes

    This section describes the following attributes:


      SupportedUserAttributeNames

      Provides a list of supported user attribute names for the provider.

             
      Privileges Read only
      Typeclass java.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:


      getSupportedUserAttributeType

      Returns the user attribute type

         
      Operation Name"getSupportedUserAttributeType"
      ParametersObject [] {  User }

      where:

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

        attribute name

      SignatureString [] { "java.lang.String" }
      ReturnsOpenType
      Exceptions
      • weblogic.management.utils.InvalidParameterException

      getUserAttributeValue

      Gets a user attribute value for a user. If the user attribute is unset,a null would be returned.

         
      Operation Name"getUserAttributeValue"
      ParametersObject [] {  userNameuserAttributeName }

      where:

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

        - The name of an existing user.

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

        - The name of an existing attribute

      SignatureString [] { "java.lang.String", "java.lang.String" }
      ReturnsObject
      Exceptions
      • weblogic.management.utils.NotFoundException
      • weblogic.management.utils.InvalidParameterException

      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

      isUserAttributeNameSupported

      Checks if a user attribute is supported.

         
      Operation Name"isUserAttributeNameSupported"
      ParametersObject [] {  User }

      where:

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

        attribute name

      SignatureString [] { "java.lang.String" }
      Returns boolean
      Exceptions
      • weblogic.management.utils.InvalidParameterException

      setUserAttributeValue

      Sets the value for a user attribute for a user. If a supported user attribute does not exist for the user, a new user attribute entry is created and the value is set. If a null is set as the user attribute value, the user attribute would be unset for the user.

         
      Operation Name"setUserAttributeValue"
      ParametersObject [] {  userNameuserAttributeNamenewValue }

      where:

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

        - The name of an existing user.

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

        - The name of a supported user attribute

      • newValue is an object of type java.lang.Object that specifies:

        - The value of the user attribute

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.Object" }
      Returns void
      Exceptions
      • weblogic.management.utils.NotFoundException
      • weblogic.management.utils.InvalidParameterException

      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

      Returns the display name of an MBean.

      Deprecated 9.0.0.0

         
      Operation Name"wls_getDisplayName"
      Parametersnull
      Signaturenull
      ReturnsString