Class RepositoryCallback
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
- All Implemented Interfaces:
Callback
Callback implementation used to access the repository. It allows to set and
get the
ContentRepository and the name of the workspace for which
the login applies. In addition it provides access to a SecurityProvider
associated with the content repository.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.apache.jackrabbit.oak.api.ContentRepository@Nullable LoginModuleMonitor@Nullable SecurityProvider@Nullable StringvoidsetContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository) voidsetLoginModuleMonitor(LoginModuleMonitor loginModuleMonitor) voidsetSecurityProvider(SecurityProvider securityProvider) voidsetWorkspaceName(String workspaceName)
-
Constructor Details
-
RepositoryCallback
public RepositoryCallback()
-
-
Method Details
-
getWorkspaceName
-
setWorkspaceName
-
getContentRepository
@Nullable public @Nullable org.apache.jackrabbit.oak.api.ContentRepository getContentRepository() -
setContentRepository
public void setContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository) -
getSecurityProvider
-
setSecurityProvider
-
getLoginModuleMonitor
-
setLoginModuleMonitor
-