|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.common.security.acl.AclFactory
public class AclFactory
Class to assist with creating Acls. This Factory will setup the Acl class as well as setup the default as well as the mixin AclHandlers associated with the Acl. TODO - consider caching the Acl instances within the Factory so we don't have to instantiate new ones each time. Not sure how to do this yet.
| Method Summary | |
|---|---|
Acl |
getAcl(java.lang.String mixinsIn)
Get an instance of an Acl |
static AclFactory |
getInstance()
Get the running instance of the AclFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AclFactory getInstance()
public Acl getAcl(java.lang.String mixinsIn)
mixinsIn - the String with a comma separated list of classnames
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||