com.sun.identity.saml2.plugins
Class IDPAuthnContextInfo

java.lang.Object
  extended bycom.sun.identity.saml2.plugins.IDPAuthnContextInfo

public class IDPAuthnContextInfo
extends java.lang.Object

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


Constructor Summary
IDPAuthnContextInfo(AuthnContext authnContext, java.util.Set authnTypeAndValues)
          The constructor.
 
Method Summary
 AuthnContext getAuthnContext()
          Returns the returning AuthnContext
 java.util.Set getAuthnTypeAndValues()
          Returns the set of authentication mechanism
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPAuthnContextInfo

public IDPAuthnContextInfo(AuthnContext authnContext,
                           java.util.Set authnTypeAndValues)
The constructor.

Parameters:
authnContext - The AuthnContext that is returned to the requester.
authnTypeAndValues - The set of authentication mechanism
Method Detail

getAuthnContext

public AuthnContext getAuthnContext()
Returns the returning AuthnContext

Returns:
the returning AuthnContext

getAuthnTypeAndValues

public java.util.Set getAuthnTypeAndValues()
Returns the set of authentication mechanism

Returns:
the set of authentication mechanism


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