Class PreAuthenticatedLogin
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.security.authentication.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 Summary
Fields Modifier and Type Field Description static Credentials
PRE_AUTHENTICATED
-
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()
-
-
-
Field Detail
-
PRE_AUTHENTICATED
public static final Credentials PRE_AUTHENTICATED
-
-