NegotiateIdentityAsserterMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

The MBean that represents configuration atrributes for the WebLogic Negotiate Identity Assertion provider. The WebLogic Negotiate Identity Assertion provider supports identity assertion using HTTP authentication tokens from the SPNEGO protocol. The provider supports the identity assertion using the Kerberos tokens contained within the SPNEGO token..Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

   
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.NegotiateIdentityAsserterMBean
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. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


      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:


      ActiveTypes

      The token types that are currently active.

             
      Privileges Read/Write
      Typeclass java.lang.String[]
      Default Value WWW-Authenticate.Negotiate Authorization.Negotiate

      Base64DecodingRequired

      The WebLogic Negotiate Identity Asserter defines this setting.

             
      Privileges Read/Write
      Typeboolean

      Description

      A short description of the WebLogic Negotiate Identity Assertion provider.

             
      Privileges Read only
      Typejava.lang.String
      Default ValueWebLogic Negotiate Identity Assertion provider
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      FormBasedNegotiationEnabled

      Indicates whether the Negotiate Identity Asserter and filter should negotiate when a webapp is configured for FORM auth.

             
      Privileges Read/Write
      Typeboolean
      Default Valuetrue

      Name

             
      Privileges Read only
      Typejava.lang.String
      Default ValueNegotiateIdentityAsserter
      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 WebLogic Negotiate Identity Assertion provider.

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

      SupportedTypes

      The token types supported by the WebLogic Negotiate Identity Assertion provider.

             
      Privileges Read only
      Typeclass java.lang.String[]
      Default Value WWW-Authenticate.Negotiate Authorization.Negotiate
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      Version

      The version number of the WebLogic Negotiate Identity Assertion 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:


        wls_getDisplayName

           
        Operation Name"wls_getDisplayName"
        Parametersnull
        Signaturenull
        ReturnsString