Class PreAuthenticatedLogin

java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.PreAuthenticatedLogin

public final class PreAuthenticatedLogin extends 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 Details

    • PRE_AUTHENTICATED

      public static final Credentials PRE_AUTHENTICATED
  • Constructor Details

    • PreAuthenticatedLogin

      public PreAuthenticatedLogin(String userId)
  • Method Details

    • getUserId

      public String getUserId()