public class SecurityConfigBean extends Object
Constructor and Description |
---|
SecurityConfigBean() |
Modifier and Type | Method and Description |
---|---|
List<DomainMappingConfigBean> |
getDomainMappings()
Gets the domain mappings.
|
AccessControlListBean |
getGlobalAccessControl()
Gets the global access control.
|
String |
getJCEProvider()
Gets the jCE provider.
|
org.alfresco.jlan.server.core.ShareMapper |
getShareMapper()
Gets the share mapper.
|
void |
setDomainMappings(List<DomainMappingConfigBean> domainMappings)
Sets the domain mappings.
|
void |
setGlobalAccessControl(AccessControlListBean globalAccessControl)
Sets the global access control.
|
void |
setJCEProvider(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 String getJCEProvider()
public void setJCEProvider(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 List<DomainMappingConfigBean> getDomainMappings()
public void setDomainMappings(List<DomainMappingConfigBean> domainMappings)
domainMappings
- the new domain mappingsCopyright © 2005–2017 Alfresco Software. All rights reserved.