org.ow2.jonas.deployment.web
Class SecurityRoleDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.web.SecurityRoleDesc

public class SecurityRoleDesc
extends Object

Class is used for the security role

Author:
Florent Benoit

Constructor Summary
SecurityRoleDesc(SecurityRole securityRole)
          Constructor
 
Method Summary
 String getRoleName()
          Gets the name of the role
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRoleDesc

public SecurityRoleDesc(SecurityRole securityRole)
Constructor

Parameters:
securityRole - security role for this Description object
Method Detail

getRoleName

public String getRoleName()
Gets the name of the role

Returns:
name of the role


Copyright © 2010 OW2 Consortium. All Rights Reserved.