public class SecurityConfigBean
extends java.lang.Object
| Constructor and Description |
|---|
SecurityConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDomainMappings()
Gets the domain mappings.
|
AccessControlListBean |
getGlobalAccessControl()
Gets the global access control.
|
java.lang.String |
getJCEProvider()
Gets the jCE provider.
|
org.alfresco.jlan.server.core.ShareMapper |
getShareMapper()
Gets the share mapper.
|
void |
setDomainMappings(java.util.List domainMappings)
Sets the domain mappings.
|
void |
setGlobalAccessControl(AccessControlListBean globalAccessControl)
Sets the global access control.
|
void |
setJCEProvider(java.lang.String provider)
Sets the jCE provider.
|
void |
setShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper)
Sets the share mapper.
|
public AccessControlListBean getGlobalAccessControl()
public void setGlobalAccessControl(AccessControlListBean globalAccessControl)
globalAccessControl - the new global access controlpublic java.lang.String getJCEProvider()
public void setJCEProvider(java.lang.String provider)
provider - the new jCE providerpublic org.alfresco.jlan.server.core.ShareMapper getShareMapper()
public void setShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper)
shareMapper - the new share mapperpublic java.util.List getDomainMappings()
public void setDomainMappings(java.util.List domainMappings)
domainMappings - the new domain mappingsCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.