org.alfresco.filesys.config
Class SecurityConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.SecurityConfigBean

public class SecurityConfigBean
extends java.lang.Object

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

SecurityConfigBean

public SecurityConfigBean()
Method Detail

getGlobalAccessControl

public AccessControlListBean getGlobalAccessControl()
Gets the global access control.

Returns:
the global access control

setGlobalAccessControl

public void setGlobalAccessControl(AccessControlListBean globalAccessControl)
Sets the global access control.

Parameters:
globalAccessControl - the new global access control

getJCEProvider

public java.lang.String getJCEProvider()
Gets the jCE provider.

Returns:
the jCE provider

setJCEProvider

public void setJCEProvider(java.lang.String provider)
Sets the jCE provider.

Parameters:
provider - the new jCE provider

getShareMapper

public org.alfresco.jlan.server.core.ShareMapper getShareMapper()
Gets the share mapper.

Returns:
the share mapper

setShareMapper

public void setShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper)
Sets the share mapper.

Parameters:
shareMapper - the new share mapper

getDomainMappings

public java.util.List getDomainMappings()
Gets the domain mappings.

Returns:
the domain mappings

setDomainMappings

public void setDomainMappings(java.util.List domainMappings)
Sets the domain mappings.

Parameters:
domainMappings - the new domain mappings


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.