Package uk.gov.ida.saml.core.extensions
Interface IdaAuthnContext
-
- All Superinterfaces:
org.opensaml.saml.saml2.core.AuthnContext,org.opensaml.saml.common.SAMLObject,org.opensaml.core.xml.XMLObject
public interface IdaAuthnContext extends org.opensaml.saml.saml2.core.AuthnContext
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLEVEL_1_AUTHN_CTXstatic java.lang.StringLEVEL_2_AUTHN_CTXstatic java.lang.StringLEVEL_3_AUTHN_CTXstatic java.lang.StringLEVEL_4_AUTHN_CTXstatic java.lang.StringLEVEL_X_AUTHN_CTX-
Fields inherited from interface org.opensaml.saml.saml2.core.AuthnContext
AUTHENTICATED_TELEPHONY_AUTHN_CTX, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, IP_AUTHN_CTX, IP_PASSWORD_AUTHN_CTX, KERBEROS_AUTHN_CTX, MOFC_AUTHN_CTX, MOFU_AUTHN_CTX, MTFC_AUTHN_CTX, MTFU_AUTHN_CTX, NOMAD_TELEPHONY_AUTHN_CTX, PASSWORD_AUTHN_CTX, PERSONAL_TELEPHONY_AUTHN_CTX, PGP_AUTHN_CTX, PPT_AUTHN_CTX, PREVIOUS_SESSION_AUTHN_CTX, SMARTCARD_AUTHN_CTX, SMARTCARD_PKI_AUTHN_CTX, SOFTWARE_PKI_AUTHN_CTX, SPKI_AUTHN_CTX, SRP_AUTHN_CTX, TELEPHONY_AUTHN_CTX, TIME_SYNC_TOKEN_AUTHN_CTX, TLS_CLIENT_AUTHN_CTX, TYPE_LOCAL_NAME, TYPE_NAME, UNSPECIFIED_AUTHN_CTX, X509_AUTHN_CTX, XML_DSIG_AUTHN_CTX
-
-
Method Summary
-
Methods inherited from interface org.opensaml.saml.saml2.core.AuthnContext
getAuthContextDecl, getAuthenticatingAuthorities, getAuthnContextClassRef, getAuthnContextDeclRef, setAuthnContextClassRef, setAuthnContextDecl, setAuthnContextDeclRef
-
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 Detail
-
LEVEL_1_AUTHN_CTX
static final java.lang.String LEVEL_1_AUTHN_CTX
- See Also:
- Constant Field Values
-
LEVEL_2_AUTHN_CTX
static final java.lang.String LEVEL_2_AUTHN_CTX
- See Also:
- Constant Field Values
-
LEVEL_3_AUTHN_CTX
static final java.lang.String LEVEL_3_AUTHN_CTX
- See Also:
- Constant Field Values
-
LEVEL_4_AUTHN_CTX
static final java.lang.String LEVEL_4_AUTHN_CTX
- See Also:
- Constant Field Values
-
LEVEL_X_AUTHN_CTX
static final java.lang.String LEVEL_X_AUTHN_CTX
- See Also:
- Constant Field Values
-
-