Interface AuthenticationConfiguration
- All Superinterfaces:
SecurityConfiguration
- All Known Implementing Classes:
AuthenticationConfigurationImpl
,OpenAuthenticationConfiguration
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 -
Method Summary
Modifier and TypeMethodDescription@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 Details
-
NAME
- See Also:
-
PARAM_APP_NAME
- See Also:
-
DEFAULT_APP_NAME
- See Also:
-
PARAM_CONFIG_SPI_NAME
- See Also:
-
-
Method Details
-
getLoginContextProvider
@NotNull @NotNull LoginContextProvider getLoginContextProvider(@NotNull @NotNull ContentRepository contentRepository)
-