|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.manager.acl.AclManager
public class AclManager
AclManager
| Method Summary | |
|---|---|
static boolean |
hasAcl(java.lang.String acl,
HttpServletRequest request,
java.lang.String mixins)
Returns whether or not a specified acl is possessed |
static boolean |
hasAcl(java.lang.String acl,
User user,
java.lang.String mixins,
java.util.Map context)
Returns whether or not a specified acl is possessed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean hasAcl(java.lang.String acl,
HttpServletRequest request,
java.lang.String mixins)
acl - The acl requiredrequest - The requestmixins - Any mixins with this acl
public static boolean hasAcl(java.lang.String acl,
User user,
java.lang.String mixins,
java.util.Map context)
acl - The acl requireduser - The user object needed for verification.mixins - Any mixins with this aclcontext - Context object thats used by the acl mixin to evaluate data,
this needs to be a writable Map or can be null if there is no data.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||