public interface AuthnContext extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATED_TELEPHONY_AUTHN_CTX
URI for Authenticated Telephony authentication context.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local Name of AuthnContext.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
IP_AUTHN_CTX
URI for Internet Protocol authentication context.
|
static String |
IP_PASSWORD_AUTHN_CTX
URI for Internet Protocol Password authentication context.
|
static String |
KERBEROS_AUTHN_CTX
URI for Kerberos authentication context.
|
static String |
MOFC_AUTHN_CTX
URI for Mobile One Factor Contract authentication context.
|
static String |
MOFU_AUTHN_CTX
URI for Mobile One Factor Unregistered authentication context.
|
static String |
MTFC_AUTHN_CTX
URI for Mobile Two Factor Contract authentication context.
|
static String |
MTFU_AUTHN_CTX
URI for Mobile Two Factor Unregistered authentication context.
|
static String |
NOMAD_TELEPHONY_AUTHN_CTX
URI for Nomadic Telephony authentication context.
|
static String |
PASSWORD_AUTHN_CTX
URI for Password authentication context.
|
static String |
PERSONAL_TELEPHONY_AUTHN_CTX
URI for Personalized Telephony authentication context.
|
static String |
PGP_AUTHN_CTX
URI for PGP authentication context.
|
static String |
PPT_AUTHN_CTX
URI for Password Protected Transport authentication context.
|
static String |
PREVIOUS_SESSION_AUTHN_CTX
URI for Previous Session authentication context.
|
static String |
SMARTCARD_AUTHN_CTX
URI for Smart Card authentication context.
|
static String |
SMARTCARD_PKI_AUTHN_CTX
URI for Smart Card PKI authentication context.
|
static String |
SOFTWARE_PKI_AUTHN_CTX
URI for Software PKU authentication context.
|
static String |
SPKI_AUTHN_CTX
URI for SPKI authentication context.
|
static String |
SRP_AUTHN_CTX
URI for Secure Remote Password authentication context.
|
static String |
TELEPHONY_AUTHN_CTX
URI for Telephony authentication context.
|
static String |
TIME_SYNC_TOKEN_AUTHN_CTX
URI for Time Synchornized Token authentication context.
|
static String |
TLS_CLIENT_AUTHN_CTX
URI for SSL/TLS Client authentication context.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNSPECIFIED_AUTHN_CTX
URI for unspecified authentication context.
|
static String |
X509_AUTHN_CTX
URI for X509 Public Key authentication context.
|
static String |
XML_DSIG_AUTHN_CTX
URI for XML Digital Signature authentication context.
|
Modifier and Type | Method and Description |
---|---|
AuthnContextDecl |
getAuthContextDecl()
Gets Declaration of this Authentication Context.
|
List<AuthenticatingAuthority> |
getAuthenticatingAuthorities()
Gets the Authenticating Authorities 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.
|
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String IP_AUTHN_CTX
static final String IP_PASSWORD_AUTHN_CTX
static final String KERBEROS_AUTHN_CTX
static final String MOFU_AUTHN_CTX
static final String MTFU_AUTHN_CTX
static final String MOFC_AUTHN_CTX
static final String MTFC_AUTHN_CTX
static final String PASSWORD_AUTHN_CTX
static final String PPT_AUTHN_CTX
static final String PREVIOUS_SESSION_AUTHN_CTX
static final String X509_AUTHN_CTX
static final String PGP_AUTHN_CTX
static final String SPKI_AUTHN_CTX
static final String XML_DSIG_AUTHN_CTX
static final String SMARTCARD_AUTHN_CTX
static final String SMARTCARD_PKI_AUTHN_CTX
static final String SOFTWARE_PKI_AUTHN_CTX
static final String TELEPHONY_AUTHN_CTX
static final String NOMAD_TELEPHONY_AUTHN_CTX
static final String PERSONAL_TELEPHONY_AUTHN_CTX
static final String AUTHENTICATED_TELEPHONY_AUTHN_CTX
static final String SRP_AUTHN_CTX
static final String TLS_CLIENT_AUTHN_CTX
static final String TIME_SYNC_TOKEN_AUTHN_CTX
static final String UNSPECIFIED_AUTHN_CTX
AuthnContextClassRef getAuthnContextClassRef()
void setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
newAuthnContextClassRef
- the URI of this Authentication Context's Class.AuthnContextDecl getAuthContextDecl()
void setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
newAuthnContextDecl
- the Declaration of this Authentication ContextAuthnContextDeclRef getAuthnContextDeclRef()
void setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
newAuthnContextDeclRef
- the URI of the Declaration of this Authentication ContextList<AuthenticatingAuthority> getAuthenticatingAuthorities()
Copyright © 2016 JBoss by Red Hat. All rights reserved.