org.opensaml.saml2.core
Interface AuthnContext

All Superinterfaces:
SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
AuthnContextImpl

public interface AuthnContext
extends SAMLObject

SAML 2.0 Core AuthnContext.


Field Summary
static java.lang.String AUTHENTICATED_TELEPHONY_AUTHN_CTX
          URI for Authenticated Telephony authentication context.
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Local Name of AuthnContext.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name.
static java.lang.String IP_AUTHN_CTX
          URI for Internet Protocol authentication context.
static java.lang.String IP_PASSWORD_AUTHN_CTX
          URI for Internet Protocol Password authentication context.
static java.lang.String KERBEROS_AUTHN_CTX
          URI for Kerberos authentication context.
static java.lang.String MOFC_AUTHN_CTX
          URI for Mobile One Factor Contract authentication context.
static java.lang.String MOFU_AUTHN_CTX
          URI for Mobile One Factor Unregistered authentication context.
static java.lang.String MTFC_AUTHN_CTX
          URI for Mobile Two Factor Contract authentication context.
static java.lang.String MTFU
          URI for Mobile Two Factor Unregistered authentication context.
static java.lang.String NOMAD_TELEPHONY_AUTHN_CTX
          URI for Nomadic Telephony authentication context.
static java.lang.String PASSWORD_AUTHN_CTX
          URI for Password authentication context.
static java.lang.String PERSONAL_TELEPHONY_AUTHN_CTX
          URI for Personalized Telephony authentication context.
static java.lang.String PGP_AUTHN_CTX
          URI for PGP authentication context.
static java.lang.String PPT_AUTHN_CTX
          URI for Password Protected Transport authentication context.
static java.lang.String PREVIOUS_SESSION_AUTHN_CTX
          URI for Previous Session authentication context.
static java.lang.String SMARTCARD_AUTHN_CTX
          URI for Smart Card authentication context.
static java.lang.String SMARTCARD_PKI_AUTHN_CTX
          URI for Smart Card PKI authentication context.
static java.lang.String SOFTWARE_PKI_AUTHN_CTX
          URI for Software PKU authentication context.
static java.lang.String SPKI_AUTHN_CTX
          URI for SPKI authentication context.
static java.lang.String SRP_AUTHN_CTX
          URI for Secure Remote Password authentication context.
static java.lang.String TELEPHONY_AUTHN_CTX
          URI for Telephony authentication context.
static java.lang.String TIME_SYNC_TOKEN_AUTHN_CTX
          URI for Time Synchornized Token authentication context.
static java.lang.String TLS_CLIENT_AUTHN_CTX
          URI for SSL/TLS Client authentication context.
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
static java.lang.String UNSPECIFIED_AUTHN_CTX
          URI for unspecified authentication context.
static java.lang.String X509_AUTHN_CTX
          URI for X509 Public Key authentication context.
static java.lang.String XML_DSIG_AUTHN_CTX
          URI for XML Digital Signature authentication context.
 
Method Summary
 AuthnContextDecl getAuthContextDecl()
          Gets Declaration of this Authentication Context.
 java.util.List<AuthenticatingAuthority> getAuthenticatingAuthorities()
          Gets the Authenticating Athorities of this Authentication Context.
 AuthnContextClassRef getAuthnContextClassRef()
          Gets the URI identifying the Context Class of this Authentication Context.
 AuthnContextDeclRef getAuthnContextDeclRef()
          Gets the URI of the Declaration of this Authentication Context.
 void setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
          Sets the URI identifying the Context Class of this Authentication Context.
 void setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
          Sets the Declaration of this Authentication Context.
 void setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
          Sets the URI of the Declaration of this Authentication Context.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Local Name of AuthnContext.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


IP_AUTHN_CTX

static final java.lang.String IP_AUTHN_CTX
URI for Internet Protocol authentication context.

See Also:
Constant Field Values

IP_PASSWORD_AUTHN_CTX

static final java.lang.String IP_PASSWORD_AUTHN_CTX
URI for Internet Protocol Password authentication context.

See Also:
Constant Field Values

KERBEROS_AUTHN_CTX

static final java.lang.String KERBEROS_AUTHN_CTX
URI for Kerberos authentication context.

See Also:
Constant Field Values

MOFU_AUTHN_CTX

static final java.lang.String MOFU_AUTHN_CTX
URI for Mobile One Factor Unregistered authentication context.

See Also:
Constant Field Values

MTFU

static final java.lang.String MTFU
URI for Mobile Two Factor Unregistered authentication context.

See Also:
Constant Field Values

MOFC_AUTHN_CTX

static final java.lang.String MOFC_AUTHN_CTX
URI for Mobile One Factor Contract authentication context.

See Also:
Constant Field Values

MTFC_AUTHN_CTX

static final java.lang.String MTFC_AUTHN_CTX
URI for Mobile Two Factor Contract authentication context.

See Also:
Constant Field Values

PASSWORD_AUTHN_CTX

static final java.lang.String PASSWORD_AUTHN_CTX
URI for Password authentication context.

See Also:
Constant Field Values

PPT_AUTHN_CTX

static final java.lang.String PPT_AUTHN_CTX
URI for Password Protected Transport authentication context.

See Also:
Constant Field Values

PREVIOUS_SESSION_AUTHN_CTX

static final java.lang.String PREVIOUS_SESSION_AUTHN_CTX
URI for Previous Session authentication context.

See Also:
Constant Field Values

X509_AUTHN_CTX

static final java.lang.String X509_AUTHN_CTX
URI for X509 Public Key authentication context.

See Also:
Constant Field Values

PGP_AUTHN_CTX

static final java.lang.String PGP_AUTHN_CTX
URI for PGP authentication context.

See Also:
Constant Field Values

SPKI_AUTHN_CTX

static final java.lang.String SPKI_AUTHN_CTX
URI for SPKI authentication context.

See Also:
Constant Field Values

XML_DSIG_AUTHN_CTX

static final java.lang.String XML_DSIG_AUTHN_CTX
URI for XML Digital Signature authentication context.

See Also:
Constant Field Values

SMARTCARD_AUTHN_CTX

static final java.lang.String SMARTCARD_AUTHN_CTX
URI for Smart Card authentication context.

See Also:
Constant Field Values

SMARTCARD_PKI_AUTHN_CTX

static final java.lang.String SMARTCARD_PKI_AUTHN_CTX
URI for Smart Card PKI authentication context.

See Also:
Constant Field Values

SOFTWARE_PKI_AUTHN_CTX

static final java.lang.String SOFTWARE_PKI_AUTHN_CTX
URI for Software PKU authentication context.

See Also:
Constant Field Values

TELEPHONY_AUTHN_CTX

static final java.lang.String TELEPHONY_AUTHN_CTX
URI for Telephony authentication context.

See Also:
Constant Field Values

NOMAD_TELEPHONY_AUTHN_CTX

static final java.lang.String NOMAD_TELEPHONY_AUTHN_CTX
URI for Nomadic Telephony authentication context.

See Also:
Constant Field Values

PERSONAL_TELEPHONY_AUTHN_CTX

static final java.lang.String PERSONAL_TELEPHONY_AUTHN_CTX
URI for Personalized Telephony authentication context.

See Also:
Constant Field Values

AUTHENTICATED_TELEPHONY_AUTHN_CTX

static final java.lang.String AUTHENTICATED_TELEPHONY_AUTHN_CTX
URI for Authenticated Telephony authentication context.

See Also:
Constant Field Values

SRP_AUTHN_CTX

static final java.lang.String SRP_AUTHN_CTX
URI for Secure Remote Password authentication context.

See Also:
Constant Field Values

TLS_CLIENT_AUTHN_CTX

static final java.lang.String TLS_CLIENT_AUTHN_CTX
URI for SSL/TLS Client authentication context.

See Also:
Constant Field Values

TIME_SYNC_TOKEN_AUTHN_CTX

static final java.lang.String TIME_SYNC_TOKEN_AUTHN_CTX
URI for Time Synchornized Token authentication context.

See Also:
Constant Field Values

UNSPECIFIED_AUTHN_CTX

static final java.lang.String UNSPECIFIED_AUTHN_CTX
URI for unspecified authentication context.

See Also:
Constant Field Values
Method Detail

getAuthnContextClassRef

AuthnContextClassRef getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.

Returns:
AuthnContext AuthnContextClassRef

setAuthnContextClassRef

void setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.

Parameters:
newAuthnContextClassRef - the URI of this Authentication Context's Class.

getAuthContextDecl

AuthnContextDecl getAuthContextDecl()
Gets Declaration of this Authentication Context.

Returns:
AuthnContext AuthnContextDecl

setAuthnContextDecl

void setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
Sets the Declaration of this Authentication Context.

Parameters:
newAuthnContextDecl - the Declaration of this Authentication Context

getAuthnContextDeclRef

AuthnContextDeclRef getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context.

Returns:
AuthnContext AuthnContextDeclRef

setAuthnContextDeclRef

void setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.

Parameters:
newAuthnContextDeclRef - the URI of the Declaration of this Authentication Context

getAuthenticatingAuthorities

java.util.List<AuthenticatingAuthority> getAuthenticatingAuthorities()
Gets the Authenticating Athorities of this Authentication Context.

Returns:
AuthnContext AuthenticatingAuthorities


Copyright © 2006-2012 Internet2. All Rights Reserved.