Package com.sun.identity.saml2.plugins

Defines pluggable SPI for SAMLv2 implementation.

See:
          Description

Interface Summary
IDPAccountMapper The interface IDPAccountMapper is used to map the local identities to the SAML protocol objects and also the vice versa for some of the protocols for e.g.
IDPAttributeMapper This interface IDPAttributeMapper is used to map the authenticated user configured attributes to SAML Attributes so that the SAML framework may insert these attribute information as SAML AttributeStatements in SAML Assertion.
IDPAuthnContextMapper The interface IDPAuthnContextMapper creates an IDPAuthnContextInfo based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.
SPAccountMapper The interface SPAccountMapper is used to identify the local identities that maps the SAML protocol objects such as Assertion, ManageNameIDRequest etc.
SPAttributeMapper This interface SPAttributeMapper is used to map the SAML Attributes to the local user attributes.
SPAuthnContextMapper The interface SPAuthnContextMapper.java determines the Authentication Context to be set in the Authentication Request and the Auth Level of an Authentication Context.
 

Class Summary
IDPAuthnContextInfo The class IDPAuthnContextInfo consists of the mapping between AuthnContextClassRef and the actual authentication mechanism at the Identity Provider.
 

Package com.sun.identity.saml2.plugins Description

Defines pluggable SPI for SAMLv2 implementation.



Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.