BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.security.providers.authentication
Interface NegotiateIdentityAsserterMBean

All Superinterfaces:
AuthenticationProviderMBean, weblogic.descriptor.DescriptorBean, IdentityAsserterMBean, ProviderMBean, ServletAuthenticationFilterMBean, weblogic.descriptor.SettableBean, weblogic.management.commo.StandardInterface

public interface NegotiateIdentityAsserterMBean
extends weblogic.management.commo.StandardInterface, weblogic.descriptor.DescriptorBean, IdentityAsserterMBean, ServletAuthenticationFilterMBean

No description provided.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 String[] getActiveTypes()
          No description provided.
 boolean getBase64DecodingRequired()
          No description provided.
 String getDescription()
          No description provided.
 String getName()
          The name of this configuration.
 String getProviderClassName()
          No description provided.
 String[] getSupportedTypes()
          No description provided.
 String getVersion()
          No description provided.
 boolean isFormBasedNegotiationEnabled()
          No description provided.
 void setActiveTypes(String[] newValue)
          No description provided.
 void setFormBasedNegotiationEnabled(boolean newValue)
          No description provided.
 
Methods inherited from interface weblogic.management.commo.StandardInterface
setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 
Methods inherited from interface weblogic.management.security.authentication.IdentityAsserterMBean
setBase64DecodingRequired
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 

Method Detail

getActiveTypes

public String[] getActiveTypes()
No description provided.

Specified by:
getActiveTypes in interface IdentityAsserterMBean
Default value:
weblogic.security.spi.IdentityAsserter.WWW_AUTHENTICATE_NEGOTIATE,weblogic.security.spi.IdentityAsserter.AUTHORIZATION_NEGOTIATE
A dynamic MBean attribute.
false

getBase64DecodingRequired

public boolean getBase64DecodingRequired()
No description provided.

Specified by:
getBase64DecodingRequired in interface IdentityAsserterMBean
Default value:
(new java.lang.Boolean(false)).booleanValue()
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getDescription

public String getDescription()
No description provided.

Specified by:
getDescription in interface ProviderMBean
Default value:
"WebLogic Negotiate Identity Assertion provider"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getName

public String getName()
Description copied from interface: ProviderMBean
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Specified by:
getName in interface weblogic.management.commo.StandardInterface
Default value:
"NegotiateIdentityAsserter"
A dynamic MBean attribute.
false

getProviderClassName

public String getProviderClassName()
No description provided.

Specified by:
getProviderClassName in interface ProviderMBean
Default value:
"weblogic.security.providers.authentication.NegotiateIdentityAsserterProviderImpl"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.
Excluded: Should not appear in public javadocs
Internal: Should not appear in public javadocs

getSupportedTypes

public String[] getSupportedTypes()
No description provided.

Specified by:
getSupportedTypes in interface IdentityAsserterMBean
Default value:
weblogic.security.spi.IdentityAsserter.WWW_AUTHENTICATE_NEGOTIATE,weblogic.security.spi.IdentityAsserter.AUTHORIZATION_NEGOTIATE
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getVersion

public String getVersion()
No description provided.

Specified by:
getVersion in interface ProviderMBean
Default value:
"1.0"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

isFormBasedNegotiationEnabled

public boolean isFormBasedNegotiationEnabled()
No description provided.

Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

setActiveTypes

public void setActiveTypes(String[] newValue)
                    throws InvalidAttributeValueException
No description provided.

Specified by:
setActiveTypes in interface IdentityAsserterMBean
Parameters:
newValue - - new value for attribute ActiveTypes
Throws:
InvalidAttributeValueException
See Also:
IdentityAsserterMBean.getActiveTypes()
Default value:
weblogic.security.spi.IdentityAsserter.WWW_AUTHENTICATE_NEGOTIATE,weblogic.security.spi.IdentityAsserter.AUTHORIZATION_NEGOTIATE
A dynamic MBean attribute.
false

setFormBasedNegotiationEnabled

public void setFormBasedNegotiationEnabled(boolean newValue)
                                    throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute FormBasedNegotiationEnabled
Throws:
InvalidAttributeValueException
Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.