Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
-
Packages that use LoginContext Package Description org.apache.jackrabbit.oak.spi.security.authentication -
-
Uses of LoginContext in org.apache.jackrabbit.oak.spi.security.authentication
Classes in org.apache.jackrabbit.oak.spi.security.authentication that implement LoginContext Modifier and Type Class Description classJaasLoginContextBridge class that connects the JAASLoginContextclass with theLoginContextinterface used by Oak.classPreAuthContextLoginContext for pre-authenticated subjects that don't require further validation nor additional login/logout steps.Methods in org.apache.jackrabbit.oak.spi.security.authentication that return LoginContext Modifier and Type Method Description @NotNull LoginContextLoginContextProvider. getLoginContext(Credentials credentials, String workspaceName)Returns a new login context instance for handling authentication.
-