org.drools.guvnor.server.security
Class RoleBasedPermission

java.lang.Object
  extended by org.drools.guvnor.server.security.RoleBasedPermission
All Implemented Interfaces:
Serializable

public class RoleBasedPermission
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RoleBasedPermission(String userName, String role, String packageName, String categoryPath)
           
 
Method Summary
 String getCategoryPath()
           
 String getPackageName()
           
 String getRole()
           
 String getUserName()
           
 void setCategoryPath(String categoryPath)
           
 void setPackageName(String packageName)
           
 void setRole(String role)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleBasedPermission

public RoleBasedPermission(String userName,
                           String role,
                           String packageName,
                           String categoryPath)
Method Detail

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.