ACLImpl
instead@Deprecated public class ACLImpl extends Object implements info.magnolia.cms.security.auth.ACL
Constructor and Description |
---|
ACLImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addPermission(Object permission)
Deprecated.
Adds permission in to the list of permissions for this principal.
|
List |
getList()
Deprecated.
Returns list of permissions for this principal.
|
String |
getName()
Deprecated.
Get name given to this principal.
|
void |
setList(List list)
Deprecated.
Initialize access control list with provided permissions it will overwrite any existing permissions set before.
|
void |
setName(String name)
Deprecated.
Set this principal name.
|
String |
toString()
Deprecated.
|
public String getName()
public void setName(String name)
public void addPermission(Object permission)
public void setList(List list)
public List getList()
getList
in interface info.magnolia.cms.security.auth.ACL
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.