org.wso2.solutions.identity
Class IdentityConstants.OpenId.PapeAttributes

java.lang.Object
  extended by org.wso2.solutions.identity.IdentityConstants.OpenId.PapeAttributes
Enclosing class:
IdentityConstants.OpenId

public static class IdentityConstants.OpenId.PapeAttributes
extends java.lang.Object


Field Summary
static java.lang.String AUTH_AGE
           
static java.lang.String AUTH_POLICIES
           
static java.lang.String MULTI_FACTOR
           
static java.lang.String MULTI_FACTOR_PHYSICAL
           
static java.lang.String NIST_AUTH_LEVEL
           
static java.lang.String PHISHING_RESISTANCE
           
 
Constructor Summary
IdentityConstants.OpenId.PapeAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_POLICIES

public static final java.lang.String AUTH_POLICIES
See Also:
Constant Field Values

NIST_AUTH_LEVEL

public static final java.lang.String NIST_AUTH_LEVEL
See Also:
Constant Field Values

AUTH_AGE

public static final java.lang.String AUTH_AGE
See Also:
Constant Field Values

PHISHING_RESISTANCE

public static final java.lang.String PHISHING_RESISTANCE
See Also:
Constant Field Values

MULTI_FACTOR

public static final java.lang.String MULTI_FACTOR
See Also:
Constant Field Values

MULTI_FACTOR_PHYSICAL

public static final java.lang.String MULTI_FACTOR_PHYSICAL
See Also:
Constant Field Values
Constructor Detail

IdentityConstants.OpenId.PapeAttributes

public IdentityConstants.OpenId.PapeAttributes()