|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.jaas.principal.ACLImpl
ACLImpl
instead
@Deprecated public class ACLImpl
This class represents access control list as a principal.
Constructor Summary | |
---|---|
ACLImpl()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode |
Constructor Detail |
---|
public ACLImpl()
Method Detail |
---|
public String getName()
getName
in interface info.magnolia.cms.security.auth.ACL
getName
in interface Principal
public void setName(String name)
public void addPermission(Object permission)
permission
- public void setList(List list)
list
- public List getList()
getList
in interface info.magnolia.cms.security.auth.ACL
public String toString()
toString
in interface Principal
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |