public class RepositoryCallback
extends java.lang.Object
implements javax.security.auth.callback.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 ContentRepository |
getContentRepository() |
LoginModuleMonitor |
getLoginModuleMonitor() |
@Nullable SecurityProvider |
getSecurityProvider() |
@Nullable java.lang.String |
getWorkspaceName() |
void |
setContentRepository(ContentRepository contentRepository) |
void |
setLoginModuleMonitor(LoginModuleMonitor loginModuleMonitor) |
void |
setSecurityProvider(SecurityProvider securityProvider) |
void |
setWorkspaceName(java.lang.String workspaceName) |
@Nullable public @Nullable java.lang.String getWorkspaceName()
public void setWorkspaceName(java.lang.String workspaceName)
@Nullable public @Nullable ContentRepository getContentRepository()
public void setContentRepository(ContentRepository contentRepository)
@Nullable public @Nullable SecurityProvider getSecurityProvider()
public void setSecurityProvider(SecurityProvider securityProvider)
public LoginModuleMonitor getLoginModuleMonitor()
@Nullable public void setLoginModuleMonitor(LoginModuleMonitor loginModuleMonitor)
Copyright © 2010 - 2023 Adobe. All Rights Reserved