Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

weblogic.security.providers.saml
Interface SAMLIdentityAsserterV2MBean

All Superinterfaces:
AuthenticationProviderMBean, ExportMBean, IdentityAsserterMBean, ImportMBean, ListerMBean, NameListerMBean, ProviderMBean, SAMLAssertingPartyRegistryMBean, SAMLPartnerRegistryMBean, ServletAuthenticationFilterMBean

public interface SAMLIdentityAsserterV2MBean
extends IdentityAsserterMBean, SAMLAssertingPartyRegistryMBean, ServletAuthenticationFilterMBean

This MBean represents configuration information for the SAML Identity Assertion V2 provider.

Deprecation of MBeanHome and Type-Safe Interfaces

This 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.


Method Summary
 String[] getActiveTypes()
          The token types active for this SAML Identity Assertion V2 provider.
 boolean getBase64DecodingRequired()
          Base64 decoding is not required for the WebLogic SAML Identity Assertion V2 provider.
 String getDescription()
          A short description of this SAML Identity Assertion V2 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 V2 provider.
 String[] getSupportedTypes()
          The token types supported by this SAML Identity Assertion V2 provider.
 String getVersion()
          The version number of this SAML Identity Assertion V2 provider.
 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.
 
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.saml.registry.SAMLAssertingPartyRegistryMBean
addAssertingParty, assertingPartyExists, getAssertingParty, listAssertingParties, newAssertingParty, removeAssertingParty, updateAssertingParty
 
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLPartnerRegistryMBean
certificateExists, copyToDER, copyToPEM, getCertificate, getSupportedExportConstraints, getSupportedExportFormats, getSupportedImportConstraints, getSupportedImportFormats, listCertificates, registerCertificate, unregisterCertificate
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
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
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 

Method Detail

getProviderClassName

String getProviderClassName()

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

Default Value:
"weblogic.security.providers.saml.SAMLIdentityAsserterV2ProviderImpl"

getDescription

String getDescription()

A short description of this SAML Identity Assertion V2 provider.

Specified by:
getDescription in interface ProviderMBean
Default Value:
"WebLogic SAML Identity Assertion Provider. Supports Security Assertion Markup Language v1.1."

getVersion

String getVersion()

The version number of this SAML Identity Assertion V2 provider.

Specified by:
getVersion in interface ProviderMBean
Default Value:
"2.0"

getSupportedTypes

String[] getSupportedTypes()

The token types supported by this SAML Identity Assertion V2 provider.

Specified by:
getSupportedTypes in interface IdentityAsserterMBean
Default Value:
weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_TYPE,weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_B64_TYPE,weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_DOM_TYPE

getActiveTypes

String[] getActiveTypes()

The token types active for this SAML Identity Assertion V2 provider.

Specified by:
getActiveTypes in interface IdentityAsserterMBean
Default Value:
weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_TYPE,weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_B64_TYPE,weblogic.security.spi.IdentityAsserterV2.SAML_ASSERTION_DOM_TYPE

getBase64DecodingRequired

boolean getBase64DecodingRequired()

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

Specified by:
getBase64DecodingRequired in interface IdentityAsserterMBean
Default Value:
false

getNameMapperClassName

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 implementation is used.

Changes take effect after you redeploy the module or restart the server.
Default Value:
""

setNameMapperClassName

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 implementation is used.

Parameters:
newValue - - new value for attribute NameMapperClassName
Throws:
InvalidAttributeValueException
Changes take effect after you redeploy the module or restart the server.
Default Value:
""

getMinimumParserPoolSize

int getMinimumParserPoolSize()

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

Default Value:
5
Minimum Value:
0

setMinimumParserPoolSize

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
Default Value:
5
Minimum Value:
0

getName

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 ProviderMBean
Specified by:
getName in interface SAMLAssertingPartyRegistryMBean
Specified by:
getName in interface SAMLPartnerRegistryMBean
Default Value:
"SAMLIdentityAsserterV2"

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06