info.magnolia.cms.security
Class ACLImpl
java.lang.Object
info.magnolia.cms.security.ACLImpl
- All Implemented Interfaces:
- ACL, Serializable, Principal
public class ACLImpl
- extends Object
- implements ACL
Basic ACL implementation.
- Version:
- $Id: $
- Author:
- had
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACLImpl
public ACLImpl(String name,
List<Permission> permissions)
getList
public List<Permission> getList()
- Description copied from interface:
ACL
- Returns list of permissions for this principal.
- Specified by:
getList
in interface ACL
getName
public String getName()
- Specified by:
getName
in interface ACL
- Specified by:
getName
in interface Principal
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.