Package org.sourceid.saml20.authncontext
Class AuthnContextClassRef
- java.lang.Object
-
- org.sourceid.saml20.authncontext.AuthnContextClassRef
-
public class AuthnContextClassRef extends Object
Authentication context class references.See the saml-authn-context-2.0-os document for explanations of the authentication context classes that these URIs reference.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHENTICATED_TELEPHONYstatic StringIPstatic StringIP_PASSWORDstatic StringKERBEROSstatic StringMOBILE_ONE_FACTOR_CONTRACTstatic StringMOBILE_ONE_FACTOR_UNREGISTEREDstatic StringMOBILE_TWO_FACTOR_CONTRACTstatic StringMOBILE_TWO_FACTOR_UNREGISTEREDstatic StringNOMAD_TELEPHONYstatic StringPASSWORDstatic StringPASSWORD_PROTECTED_TRANSPORTstatic StringPERSONAL_TELEPHONYstatic StringPGPstatic StringPREVIOUS_SESSIONstatic StringSECURE_REMOTE_PASSWORDstatic StringSMARTCARDstatic StringSMARTCARD_PKIstatic StringSOFTWARE_PKIstatic StringSPKIstatic StringTELEPHONYstatic StringTIME_SYNC_TOKENstatic StringTLS_CLIENTstatic StringUNSPECIFIEDstatic StringX509static StringXMLDSIG
-
-
-
Field Detail
-
IP
public static final String IP
- See Also:
- Constant Field Values
-
IP_PASSWORD
public static final String IP_PASSWORD
- See Also:
- Constant Field Values
-
KERBEROS
public static final String KERBEROS
- See Also:
- Constant Field Values
-
MOBILE_ONE_FACTOR_UNREGISTERED
public static final String MOBILE_ONE_FACTOR_UNREGISTERED
- See Also:
- Constant Field Values
-
MOBILE_TWO_FACTOR_UNREGISTERED
public static final String MOBILE_TWO_FACTOR_UNREGISTERED
- See Also:
- Constant Field Values
-
MOBILE_ONE_FACTOR_CONTRACT
public static final String MOBILE_ONE_FACTOR_CONTRACT
- See Also:
- Constant Field Values
-
MOBILE_TWO_FACTOR_CONTRACT
public static final String MOBILE_TWO_FACTOR_CONTRACT
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
PASSWORD_PROTECTED_TRANSPORT
public static final String PASSWORD_PROTECTED_TRANSPORT
- See Also:
- Constant Field Values
-
PREVIOUS_SESSION
public static final String PREVIOUS_SESSION
- See Also:
- Constant Field Values
-
X509
public static final String X509
- See Also:
- Constant Field Values
-
PGP
public static final String PGP
- See Also:
- Constant Field Values
-
SPKI
public static final String SPKI
- See Also:
- Constant Field Values
-
XMLDSIG
public static final String XMLDSIG
- See Also:
- Constant Field Values
-
SMARTCARD
public static final String SMARTCARD
- See Also:
- Constant Field Values
-
SMARTCARD_PKI
public static final String SMARTCARD_PKI
- See Also:
- Constant Field Values
-
SOFTWARE_PKI
public static final String SOFTWARE_PKI
- See Also:
- Constant Field Values
-
TELEPHONY
public static final String TELEPHONY
- See Also:
- Constant Field Values
-
NOMAD_TELEPHONY
public static final String NOMAD_TELEPHONY
- See Also:
- Constant Field Values
-
PERSONAL_TELEPHONY
public static final String PERSONAL_TELEPHONY
- See Also:
- Constant Field Values
-
AUTHENTICATED_TELEPHONY
public static final String AUTHENTICATED_TELEPHONY
- See Also:
- Constant Field Values
-
SECURE_REMOTE_PASSWORD
public static final String SECURE_REMOTE_PASSWORD
- See Also:
- Constant Field Values
-
TLS_CLIENT
public static final String TLS_CLIENT
- See Also:
- Constant Field Values
-
TIME_SYNC_TOKEN
public static final String TIME_SYNC_TOKEN
- See Also:
- Constant Field Values
-
UNSPECIFIED
public static final String UNSPECIFIED
- See Also:
- Constant Field Values
-
-