|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAML2IdentityAsserterAttributeMapper
This interface defines an API to map attributes from SAML 2.0 Assertion AttributeStatement in any application specific way.
To specify an instance of this interface to be used by the SAML2 Identity Asserter, set the NameMapperClassName attribute. Classes that implement this interface must have a public no-arg constructor and must be in the system classpath.
Method Summary | |
---|---|
Collection<?> |
mapAttributeInfo(Collection<SAML2AttributeStatementInfo> attrs,
ContextHandler contextHandler)
This method takes a Collection of SAMLAttributeStatementInfo instances that represent the
attributes of Attribute Statements in a SAML 2.0 Assertion, and maps the desired attributes in any application
specific way. |
Method Detail |
---|
Collection<?> mapAttributeInfo(Collection<SAML2AttributeStatementInfo> attrs, ContextHandler contextHandler)
SAMLAttributeStatementInfo
instances that represent the
attributes of Attribute Statements in a SAML 2.0 Assertion, and maps the desired attributes in any application
specific way.
attrs
- represents the attributes of Attribute Statements in a SAML 2.0 Assertion to be mappedcontextHandler
- the context handler that can hold additional information for attribute mapping
|
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 API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |