public class RepositoryCallback extends Object implements Callback
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 and Description |
|---|
RepositoryCallback() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.apache.jackrabbit.oak.api.ContentRepository |
getContentRepository() |
@Nullable SecurityProvider |
getSecurityProvider() |
@Nullable String |
getWorkspaceName() |
void |
setContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository) |
void |
setSecurityProvider(SecurityProvider securityProvider) |
void |
setWorkspaceName(String workspaceName) |
@Nullable public @Nullable String getWorkspaceName()
public void setWorkspaceName(String workspaceName)
@Nullable public @Nullable org.apache.jackrabbit.oak.api.ContentRepository getContentRepository()
public void setContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository)
@Nullable public @Nullable SecurityProvider getSecurityProvider()
public void setSecurityProvider(SecurityProvider securityProvider)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.