org.drools.guvnor.server.security.rules
Class CategoryPathTypePermissionRule

java.lang.Object
  extended by org.drools.guvnor.server.security.rules.CategoryPathTypePermissionRule
All Implemented Interfaces:
PermissionRule

public class CategoryPathTypePermissionRule
extends Object
implements PermissionRule


Constructor Summary
CategoryPathTypePermissionRule()
           
 
Method Summary
 boolean hasPermission(Object requestedObject, String requestedPermission, List<RoleBasedPermission> permissions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryPathTypePermissionRule

public CategoryPathTypePermissionRule()
Method Detail

hasPermission

public boolean hasPermission(Object requestedObject,
                             String requestedPermission,
                             List<RoleBasedPermission> permissions)
Specified by:
hasPermission in interface PermissionRule


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.