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 |
|---|---|
org.apache.jackrabbit.oak.api.ContentRepository |
getContentRepository() |
SecurityProvider |
getSecurityProvider() |
String |
getWorkspaceName() |
void |
setContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository) |
void |
setSecurityProvider(SecurityProvider securityProvider) |
void |
setWorkspaceName(String workspaceName) |
@CheckForNull public String getWorkspaceName()
public void setWorkspaceName(String workspaceName)
@CheckForNull public org.apache.jackrabbit.oak.api.ContentRepository getContentRepository()
public void setContentRepository(org.apache.jackrabbit.oak.api.ContentRepository contentRepository)
@CheckForNull public SecurityProvider getSecurityProvider()
public void setSecurityProvider(SecurityProvider securityProvider)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.