Class PreAuthenticatedLogin


  • public final class PreAuthenticatedLogin
    extends java.lang.Object
    PreAuthenticatedLogin is used as marker in the shared map of the login context. it indicates that the respective user is pre authenticated on an external system. Note that is class is only used internally by the login modules and cannot be "abused" from outside.
    • Field Detail

      • PRE_AUTHENTICATED

        public static final Credentials PRE_AUTHENTICATED
    • Constructor Detail

      • PreAuthenticatedLogin

        public PreAuthenticatedLogin​(java.lang.String userId)
    • Method Detail

      • getUserId

        public java.lang.String getUserId()