|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.config.SecurityConfigBean
public class SecurityConfigBean
The Class SecurityConfigBean.
Constructor Summary | |
---|---|
SecurityConfigBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityConfigBean()
Method Detail |
---|
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 mappings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |