|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAML2CredentialAttributeMapper
This interface defines an API to map attribute information from any application-specific sources to SAML2 Assertion attributes.
To specify an instance of this interface to be used by the SAML2 Credential Mapper, 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<SAML2AttributeStatementInfo> |
mapAttributes(Subject subject,
ContextHandler handler)
Maps attribute information from any application-specific sources to a collection of SAML2AttributeStatementInfo , each of which will be used to construct an
<AttributeStatement> element in a SAML 2.0 assertion. |
Method Detail |
---|
Collection<SAML2AttributeStatementInfo> mapAttributes(Subject subject, ContextHandler handler)
SAML2AttributeStatementInfo
, each of which will be used to construct an
<AttributeStatement>
element in a SAML 2.0 assertion.
subject
- represents an authenticated user with which the attributes are associatedhandler
- the context handler that can hold additional information for attribute mapping
|
Copyright 1996, 2010, 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.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |