Package org.opensaml.saml.saml2.core
Interface AuthnContext
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
AuthnContextImpl
SAML 2.0 Core AuthnContext.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
URI for Authenticated Telephony authentication context.static final String
Local Name of AuthnContext.static final QName
Default element name.static final String
URI for Internet Protocol authentication context.static final String
URI for Internet Protocol Password authentication context.static final String
URI for Kerberos authentication context.static final String
URI for Mobile One Factor Contract authentication context.static final String
URI for Mobile One Factor Unregistered authentication context.static final String
URI for Mobile Two Factor Contract authentication context.static final String
URI for Mobile Two Factor Unregistered authentication context.static final String
URI for Nomadic Telephony authentication context.static final String
URI for Password authentication context.static final String
URI for Personalized Telephony authentication context.static final String
URI for PGP authentication context.static final String
URI for Password Protected Transport authentication context.static final String
URI for Previous Session authentication context.static final String
URI for Smart Card authentication context.static final String
URI for Smart Card PKI authentication context.static final String
URI for Software PKU authentication context.static final String
URI for SPKI authentication context.static final String
URI for Secure Remote Password authentication context.static final String
URI for Telephony authentication context.static final String
URI for Time Synchornized Token authentication context.static final String
URI for SSL/TLS Client authentication context.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
URI for unspecified authentication context.static final String
URI for X509 Public Key authentication context.static final String
URI for XML Digital Signature authentication context. -
Method Summary
Modifier and TypeMethodDescriptionGets Declaration of this Authentication Context.Gets the Authenticating Authorities of this Authentication Context.Gets the URI identifying the Context Class of this Authentication Context.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.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local Name of AuthnContext.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
IP_AUTHN_CTX
URI for Internet Protocol authentication context.- See Also:
-
IP_PASSWORD_AUTHN_CTX
URI for Internet Protocol Password authentication context.- See Also:
-
KERBEROS_AUTHN_CTX
URI for Kerberos authentication context.- See Also:
-
MOFU_AUTHN_CTX
URI for Mobile One Factor Unregistered authentication context.- See Also:
-
MTFU_AUTHN_CTX
URI for Mobile Two Factor Unregistered authentication context.- See Also:
-
MOFC_AUTHN_CTX
URI for Mobile One Factor Contract authentication context.- See Also:
-
MTFC_AUTHN_CTX
URI for Mobile Two Factor Contract authentication context.- See Also:
-
PASSWORD_AUTHN_CTX
URI for Password authentication context.- See Also:
-
PPT_AUTHN_CTX
URI for Password Protected Transport authentication context.- See Also:
-
PREVIOUS_SESSION_AUTHN_CTX
URI for Previous Session authentication context.- See Also:
-
X509_AUTHN_CTX
URI for X509 Public Key authentication context.- See Also:
-
PGP_AUTHN_CTX
URI for PGP authentication context.- See Also:
-
SPKI_AUTHN_CTX
URI for SPKI authentication context.- See Also:
-
XML_DSIG_AUTHN_CTX
URI for XML Digital Signature authentication context.- See Also:
-
SMARTCARD_AUTHN_CTX
URI for Smart Card authentication context.- See Also:
-
SMARTCARD_PKI_AUTHN_CTX
URI for Smart Card PKI authentication context.- See Also:
-
SOFTWARE_PKI_AUTHN_CTX
URI for Software PKU authentication context.- See Also:
-
TELEPHONY_AUTHN_CTX
URI for Telephony authentication context.- See Also:
-
NOMAD_TELEPHONY_AUTHN_CTX
URI for Nomadic Telephony authentication context.- See Also:
-
PERSONAL_TELEPHONY_AUTHN_CTX
URI for Personalized Telephony authentication context.- See Also:
-
AUTHENTICATED_TELEPHONY_AUTHN_CTX
URI for Authenticated Telephony authentication context.- See Also:
-
SRP_AUTHN_CTX
URI for Secure Remote Password authentication context.- See Also:
-
TLS_CLIENT_AUTHN_CTX
URI for SSL/TLS Client authentication context.- See Also:
-
TIME_SYNC_TOKEN_AUTHN_CTX
URI for Time Synchornized Token authentication context.- See Also:
-
UNSPECIFIED_AUTHN_CTX
URI for unspecified authentication context.- See Also:
-
-
Method Details
-
getAuthnContextClassRef
AuthnContextClassRef getAuthnContextClassRef()Gets the URI identifying the Context Class of this Authentication Context.- Returns:
- AuthnContext AuthnContextClassRef
-
setAuthnContextClassRef
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
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
Sets the URI of the Declaration of this Authentication Context.- Parameters:
newAuthnContextDeclRef
- the URI of the Declaration of this Authentication Context
-
getAuthenticatingAuthorities
List<AuthenticatingAuthority> getAuthenticatingAuthorities()Gets the Authenticating Authorities of this Authentication Context.- Returns:
- AuthnContext AuthenticatingAuthorities
-