info.magnolia.cms.security.auth
Interface ACL

All Superinterfaces:
Principal, Serializable
All Known Implementing Classes:
ACLImpl, ACLImpl

public interface ACL
extends Principal, Serializable

A concrete ACL (workspace, path and permissions). Also implements the JAAS Principal.

Version:
$Id$

Method Summary
 List<Permission> getList()
          Returns list of permissions for this principal.
 String getName()
           
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Method Detail

getName

String getName()
Specified by:
getName in interface Principal

getList

List<Permission> getList()
Returns list of permissions for this principal.



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.