Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
Packages that use LoginContext
-
Uses of LoginContext in org.apache.jackrabbit.oak.spi.security.authentication
Classes in org.apache.jackrabbit.oak.spi.security.authentication that implement LoginContextModifier and TypeClassDescriptionclassBridge class that connects the JAASLoginContextclass with theLoginContextinterface used by Oak.final classLoginContext 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 LoginContextModifier and TypeMethodDescription@NotNull LoginContextLoginContextProvider.getLoginContext(Credentials credentials, String workspaceName) Returns a new login context instance for handling authentication.