org.apache.jackrabbit.core.config
Class SecurityManagerConfig
java.lang.Object
org.apache.jackrabbit.core.config.BeanConfig
org.apache.jackrabbit.core.config.SecurityManagerConfig
public class SecurityManagerConfig
- extends BeanConfig
Security manager configuration. This bean configuration class
is used to create configured security manager objects.
This class is currently only used to assign a static type to
more generic bean configuration information.
- See Also:
SecurityConfig.getSecurityManagerConfig()
|
Constructor Summary |
SecurityManagerConfig(BeanConfig config,
java.lang.String workspaceName,
BeanConfig workspaceAccessConfig)
Creates an security manager configuration object from the
given bean configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityManagerConfig
public SecurityManagerConfig(BeanConfig config,
java.lang.String workspaceName,
BeanConfig workspaceAccessConfig)
- Creates an security manager configuration object from the
given bean configuration.
- Parameters:
config - bean configuration
getWorkspaceName
public java.lang.String getWorkspaceName()
- Returns the name of the 'workspaceName' attribute or
null
if the SecurityManager does not require an extra workspace.
- Returns:
getWorkspaceAccessConfig
public BeanConfig getWorkspaceAccessConfig()
- Returns:
- the configuration for the
WorkspaceAccessManager.
May be null if the configuration entry is missing (i.e.
the system default should be used).
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.