VirtualUserAuthenticatorMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

The MBean that represents configuration attributes for the Virtual User Authentication provider. The Virtual User Authentication provider enables Weblogic Server to authenticate users based on Identity Assertion only. That is, authenticated virtual users are not found in the user store, and all principals and credentials are derived from the given token.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.security.providers.authentication.VirtualUserAuthenticatorMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points Inherited from AuthenticationProviderMBean Because this MBean extends or implements AuthenticationProviderMBean, you can also access this MBean by retrieving AuthenticationProviderMBeans. The following attributes contain AuthenticationProviderMBeans and its subtypes:


    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:


      ControlFlag

      The control flag determining how the login sequence uses the Virtual User Authentication provider.

             
      Privileges Read/Write
      Typejava.lang.String
      Default ValueSUFFICIENT
      Legal Values
      • REQUIRED
      • REQUISITE
      • SUFFICIENT
      • OPTIONAL

      Description

      A short description of the Virtual User Authentication provider.

             
      Privileges Read only
      Typejava.lang.String
      Default ValueThe Virtual User Authentication provider authenticates users based on the identity assertion token only, independent of a user store.
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      IdentityDomain

      Returns the name of the identity domain.

             
      Privileges Read/Write
      Typejava.lang.String

      IdentityDomains

      Determines the Identity Domains this Virtual User Authentication provider supports, in addition to the IdentityDomain attribute.

             
      Privileges Read/Write
      Typeclass java.lang.String[]

      Name

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

      ProviderClassName

      The name of the Java class used to load the Virtual User Authentication provider.

             
      Privileges Read only
      Typejava.lang.String
      Default Valueweblogic.security.providers.authentication.VirtualUserAuthenticationProviderImpl
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Version

      The version number of the Virtual User Authentication provider.

             
      Privileges Read only
      Typejava.lang.String
      Default Value1.0
      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