public abstract class AccessControlBean extends Object implements org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
AccessControlBean() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getAccessLevel()
Gets the access level as an integer.
|
String |
getAccessType()
Return the access control check type.
|
String |
getName()
Return the access control name.
|
void |
setAccessType(String accessType)
Set the the access control check type.
|
void |
setBeanName(String name) |
abstract org.alfresco.jlan.server.auth.acl.AccessControl |
toAccessControl()
Converts this object to a JLAN access control
|
public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic final String getName()
public final String getAccessType()
public void setAccessType(String accessType) throws org.alfresco.jlan.server.auth.acl.ACLParseException
accessType - the access typeorg.alfresco.jlan.server.auth.acl.ACLParseExceptionpublic abstract org.alfresco.jlan.server.auth.acl.AccessControl toAccessControl()
protected int getAccessLevel()
Copyright © 2005–2018 Alfresco Software. All rights reserved.