Interface AuthenticationConstants


  • public interface AuthenticationConstants
    Constants used by the authentication framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String SHARED_ATTRIBUTE_EXTERNAL_ID
      Name of the attribute storing the external identifier in Credentials
      static String SHARED_KEY_ATTRIBUTES
      Key of the sharedState entry referring to public attributes that are shared between multiple login modules.
      static String SHARED_KEY_CREDENTIALS
      Key of the sharedState entry referring to validated Credentials that is shared between multiple login modules.
      static String SHARED_KEY_LOGIN_NAME
      Key of the sharedState entry referring to a valid login ID that is shared between multiple login modules.
      static String SHARED_KEY_PRE_AUTH_LOGIN
      Key of the sharedState entry referring to pre authenticated login information that is shared between multiple login modules.
    • Field Detail

      • SHARED_KEY_LOGIN_NAME

        static final String SHARED_KEY_LOGIN_NAME
        Key of the sharedState entry referring to a valid login ID that is shared between multiple login modules.
        See Also:
        Constant Field Values
      • SHARED_KEY_CREDENTIALS

        static final String SHARED_KEY_CREDENTIALS
        Key of the sharedState entry referring to validated Credentials that is shared between multiple login modules.
        See Also:
        Constant Field Values
      • SHARED_KEY_ATTRIBUTES

        static final String SHARED_KEY_ATTRIBUTES
        Key of the sharedState entry referring to public attributes that are shared between multiple login modules.
        See Also:
        Constant Field Values
      • SHARED_KEY_PRE_AUTH_LOGIN

        static final String SHARED_KEY_PRE_AUTH_LOGIN
        Key of the sharedState entry referring to pre authenticated login information that is shared between multiple login modules.
      • SHARED_ATTRIBUTE_EXTERNAL_ID

        static final String SHARED_ATTRIBUTE_EXTERNAL_ID
        Name of the attribute storing the external identifier in Credentials
        See Also:
        Constant Field Values