org.objectweb.jonas_web.deployment.api
Class SecurityRoleDesc

java.lang.Object
  extended byorg.objectweb.jonas_web.deployment.api.SecurityRoleDesc

public class SecurityRoleDesc
extends java.lang.Object

Class is used for the security role

Author:
Florent Benoit

Constructor Summary
SecurityRoleDesc(SecurityRole securityRole)
          Constructor
 
Method Summary
 java.lang.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 java.lang.String getRoleName()
Gets the name of the role

Returns:
name of the role