Class OpenAuthenticationConfiguration
java.lang.Object
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
- All Implemented Interfaces:
- AuthenticationConfiguration,- SecurityConfiguration
public class OpenAuthenticationConfiguration
extends SecurityConfiguration.Default
implements AuthenticationConfiguration
This implementation of the authentication configuration provides login
 contexts that accept any credentials and doesn't validate specified
 workspace name. Retrieving a 
TokenProvider is not supported.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfigurationSecurityConfiguration.Default
- 
Field SummaryFields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfigurationDEFAULT_APP_NAME, NAME, PARAM_APP_NAME, PARAM_CONFIG_SPI_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NotNull LoginContextProvidergetLoginContextProvider(@NotNull ContentRepository contentRepository) Methods inherited from class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.DefaultgetCommitHooks, getConflictHandlers, getContext, getName, getParameters, getProtectedItemImporters, getRepositoryInitializer, getValidators, getWorkspaceInitializerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jackrabbit.oak.spi.security.SecurityConfigurationgetCommitHooks, getConflictHandlers, getContext, getMonitors, getName, getParameters, getProtectedItemImporters, getRepositoryInitializer, getValidators, getWorkspaceInitializer
- 
Constructor Details- 
OpenAuthenticationConfigurationpublic OpenAuthenticationConfiguration()
 
- 
- 
Method Details- 
getLoginContextProvider@NotNull public @NotNull LoginContextProvider getLoginContextProvider(@NotNull @NotNull ContentRepository contentRepository) - Specified by:
- getLoginContextProviderin interface- AuthenticationConfiguration
 
 
-