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.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreAuthenticatedLogin​(java.lang.String userId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUserId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()