org.drools.guvnor.server.security
Class RoleBasedPermission
java.lang.Object
org.drools.guvnor.server.security.RoleBasedPermission
- All Implemented Interfaces:
- Serializable
public class RoleBasedPermission
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleBasedPermission
public RoleBasedPermission(String userName,
String role,
String packageName,
String categoryPath)
getRole
public String getRole()
setRole
public void setRole(String role)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getPackageName
public String getPackageName()
setPackageName
public void setPackageName(String packageName)
getCategoryPath
public String getCategoryPath()
setCategoryPath
public void setCategoryPath(String categoryPath)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.