BEA Systems, Inc.

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

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


weblogic.security.providers.saml
Interface SAMLIdentityAsserterMBean

All Superinterfaces:
AuthenticationProviderMBean, CertRegManagerMBean, weblogic.descriptor.DescriptorBean, ExportMBean, IdentityAsserterMBean, ImportMBean, ListerMBean, NameListerMBean, ProviderMBean, ServletAuthenticationFilterMBean, weblogic.descriptor.SettableBean, weblogic.management.commo.StandardInterface

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

No description provided.


Method Summary
 String[] getActiveTypes()
          The token types active for this SAML Identity Assertion provider.
 Properties getAssertionConfiguration()
          Configuration for assertions generated by this SAML authority.
 String[] getAssertionConsumerURIs()
          Consumer URIs to listen on.
 boolean getBase64DecodingRequired()
          Base64 decoding is not required for the WebLogic SAML Identity Assertion provider.
 String getDescription()
          A short description of this SAML Identity Assertion provider.
 int getMinimumParserPoolSize()
          The minimum number of parsers to maintain in the parser pool.
 String getName()
          The name of this configuration.
 String getNameMapperClassName()
          The name of the Java class that maps SAML Assertion name information to local Subjects.
 String getProviderClassName()
          The name of the Java class used to load the SAML Identity Assertion provider.
 Properties getSourceSiteRedirects()
          

 String[] getSupportedTypes()
          The token types supported by this SAML Identity Assertion provider.
 String getUsedAssertionCacheClassName()
          The class that implements persistent storage for the POST profile used assertion cache.
 Properties getUsedAssertionCacheProperties()
          Properties passed to the UsedAssertionCache class init() method.
 String getVersion()
          The version number of this SAML Identity Assertion provider.
 boolean isArtifactEnabled()
          Enable ARTIFACT profile.
 boolean isEnforceOneUsePolicy()
          Enforce a one-use policy for POST profile assertions.
 boolean isPostEnabled()
          Enable POST profile.
 boolean isRecipientCheckEnabled()
          When true, the recipient of the SAML Response must match the URL in the HTTP Request
 void setArtifactEnabled(boolean newValue)
          Enable ARTIFACT profile.
 void setAssertionConfiguration(Properties newValue)
          Configuration for assertions generated by this SAML authority.
 void setAssertionConsumerURIs(String[] newValue)
          Consumer URIs to listen on.
 void setEnforceOneUsePolicy(boolean newValue)
          Enforce a one-use policy for POST profile assertions.
 void setMinimumParserPoolSize(int newValue)
          The minimum number of parsers to maintain in the parser pool.
 void setNameMapperClassName(String newValue)
          The name of the Java class that maps SAML Assertion name information to local Subjects.
 void setPostEnabled(boolean newValue)
          Enable POST profile.
 void setRecipientCheckEnabled(boolean newValue)
          When true, the recipient of the SAML Response must match the URL in the HTTP Request
 void setSourceSiteRedirects(Properties newValue)
          

 void setUsedAssertionCacheClassName(String newValue)
          The class that implements persistent storage for the POST profile used assertion cache.
 void setUsedAssertionCacheProperties(Properties newValue)
          Properties passed to the UsedAssertionCache class init() method.
 
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
setActiveTypes, setBase64DecodingRequired
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.security.providers.utils.CertRegManagerMBean
aliasExists, copyToDER, copyToPEM, getCertificate, getSupportedExportConstraints, getSupportedExportFormats, getSupportedImportConstraints, getSupportedImportFormats, listAliases, registerCertificate, unregisterCertificate
 
Methods inherited from interface weblogic.management.security.ImportMBean
importData
 
Methods inherited from interface weblogic.management.security.ExportMBean
exportData
 
Methods inherited from interface weblogic.management.utils.NameListerMBean
getCurrentName
 
Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent
 

Method Detail

getActiveTypes

public String[] getActiveTypes()

The token types active for this SAML Identity Assertion provider.

Specified by:
getActiveTypes in interface IdentityAsserterMBean

getAssertionConfiguration

public Properties getAssertionConfiguration()

Configuration for assertions generated by this SAML authority.

Assertions are configured in key=value format. You may find it convenient to write your assertion configuration in a text editor and paste it into the Assertion Configuration field.


getAssertionConsumerURIs

public String[] getAssertionConsumerURIs()

Consumer URIs to listen on.


getBase64DecodingRequired

public boolean getBase64DecodingRequired()

Base64 decoding is not required for the WebLogic SAML Identity Assertion provider.

Specified by:
getBase64DecodingRequired in interface IdentityAsserterMBean

getDescription

public String getDescription()

A short description of this SAML Identity Assertion provider.

Specified by:
getDescription in interface ProviderMBean

getMinimumParserPoolSize

public int getMinimumParserPoolSize()

The minimum number of parsers to maintain in the parser pool.


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

getNameMapperClassName

public String getNameMapperClassName()

The name of the Java class that maps SAML Assertion name information to local Subjects. When no mapper is supplied the default mapper implemention is used.


getProviderClassName

public String getProviderClassName()

The name of the Java class used to load the SAML Identity Assertion provider.

Specified by:
getProviderClassName in interface ProviderMBean
Excluded: Should not appear in public javadocs
Internal: Should not appear in public javadocs

getSourceSiteRedirects

public Properties getSourceSiteRedirects()


getSupportedTypes

public String[] getSupportedTypes()

The token types supported by this SAML Identity Assertion provider.

Specified by:
getSupportedTypes in interface IdentityAsserterMBean

getUsedAssertionCacheClassName

public String getUsedAssertionCacheClassName()

The class that implements persistent storage for the POST profile used assertion cache.

The UsedAssertionCache class is used to enforce a one-use policy for POST profile assertions.


getUsedAssertionCacheProperties

public Properties getUsedAssertionCacheProperties()

Properties passed to the UsedAssertionCache class init() method. This may be useful if you have implemented a custom UsedAssertionCache class.


getVersion

public String getVersion()

The version number of this SAML Identity Assertion provider.

Specified by:
getVersion in interface ProviderMBean

isArtifactEnabled

public boolean isArtifactEnabled()

Enable ARTIFACT profile.


isEnforceOneUsePolicy

public boolean isEnforceOneUsePolicy()

Enforce a one-use policy for POST profile assertions.


isPostEnabled

public boolean isPostEnabled()

Enable POST profile.


isRecipientCheckEnabled

public boolean isRecipientCheckEnabled()

When true, the recipient of the SAML Response must match the URL in the HTTP Request


setArtifactEnabled

public void setArtifactEnabled(boolean newValue)
                        throws InvalidAttributeValueException

Enable ARTIFACT profile.

Parameters:
newValue - - new value for attribute ArtifactEnabled
Throws:
InvalidAttributeValueException

setAssertionConfiguration

public void setAssertionConfiguration(Properties newValue)
                               throws InvalidAttributeValueException

Configuration for assertions generated by this SAML authority.

Assertions are configured in key=value format. You may find it convenient to write your assertion configuration in a text editor and paste it into the Assertion Configuration field.

Parameters:
newValue - - new value for attribute AssertionConfiguration
Throws:
InvalidAttributeValueException

setAssertionConsumerURIs

public void setAssertionConsumerURIs(String[] newValue)
                              throws InvalidAttributeValueException

Consumer URIs to listen on.

Parameters:
newValue - - new value for attribute AssertionConsumerURIs
Throws:
InvalidAttributeValueException

setEnforceOneUsePolicy

public void setEnforceOneUsePolicy(boolean newValue)
                            throws InvalidAttributeValueException

Enforce a one-use policy for POST profile assertions.

Parameters:
newValue - - new value for attribute EnforceOneUsePolicy
Throws:
InvalidAttributeValueException

setMinimumParserPoolSize

public void setMinimumParserPoolSize(int newValue)
                              throws InvalidAttributeValueException

The minimum number of parsers to maintain in the parser pool.

Parameters:
newValue - - new value for attribute MinimumParserPoolSize
Throws:
InvalidAttributeValueException

setNameMapperClassName

public void setNameMapperClassName(String newValue)
                            throws InvalidAttributeValueException

The name of the Java class that maps SAML Assertion name information to local Subjects. When no mapper is supplied the default mapper implemention is used.

Parameters:
newValue - - new value for attribute NameMapperClassName
Throws:
InvalidAttributeValueException

setPostEnabled

public void setPostEnabled(boolean newValue)
                    throws InvalidAttributeValueException

Enable POST profile.

Parameters:
newValue - - new value for attribute PostEnabled
Throws:
InvalidAttributeValueException

setRecipientCheckEnabled

public void setRecipientCheckEnabled(boolean newValue)
                              throws InvalidAttributeValueException

When true, the recipient of the SAML Response must match the URL in the HTTP Request

Parameters:
newValue - - new value for attribute RecipientCheckEnabled
Throws:
InvalidAttributeValueException

setSourceSiteRedirects

public void setSourceSiteRedirects(Properties newValue)
                            throws InvalidAttributeValueException

Parameters:
newValue - - new value for attribute SourceSiteRedirects
Throws:
InvalidAttributeValueException

setUsedAssertionCacheClassName

public void setUsedAssertionCacheClassName(String newValue)
                                    throws InvalidAttributeValueException

The class that implements persistent storage for the POST profile used assertion cache.

The UsedAssertionCache class is used to enforce a one-use policy for POST profile assertions.

Parameters:
newValue - - new value for attribute UsedAssertionCacheClassName
Throws:
InvalidAttributeValueException

setUsedAssertionCacheProperties

public void setUsedAssertionCacheProperties(Properties newValue)
                                     throws InvalidAttributeValueException

Properties passed to the UsedAssertionCache class init() method. This may be useful if you have implemented a custom UsedAssertionCache class.

Parameters:
newValue - - new value for attribute UsedAssertionCacheProperties
Throws:
InvalidAttributeValueException

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