Interface AuthenticationConfiguration
-
- All Superinterfaces:
SecurityConfiguration
- All Known Implementing Classes:
OpenAuthenticationConfiguration
public interface AuthenticationConfiguration extends SecurityConfiguration
Interface for the authentication setup.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
SecurityConfiguration.Default
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_APP_NAME
static java.lang.String
NAME
static java.lang.String
PARAM_APP_NAME
static java.lang.String
PARAM_CONFIG_SPI_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull LoginContextProvider
getLoginContextProvider(@NotNull ContentRepository contentRepository)
-
Methods inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
getCommitHooks, getConflictHandlers, getContext, getMonitors, getName, getParameters, getProtectedItemImporters, getRepositoryInitializer, getValidators, getWorkspaceInitializer
-
-
-
-
Field Detail
-
NAME
static final java.lang.String NAME
- See Also:
- Constant Field Values
-
PARAM_APP_NAME
static final java.lang.String PARAM_APP_NAME
- See Also:
- Constant Field Values
-
DEFAULT_APP_NAME
static final java.lang.String DEFAULT_APP_NAME
- See Also:
- Constant Field Values
-
PARAM_CONFIG_SPI_NAME
static final java.lang.String PARAM_CONFIG_SPI_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLoginContextProvider
@NotNull @NotNull LoginContextProvider getLoginContextProvider(@NotNull @NotNull ContentRepository contentRepository)
-
-