org.jboss.security
Class SecurityRoleRef

java.lang.Object
  extended by org.jboss.security.javaee.SecurityRoleRef
      extended by org.jboss.security.SecurityRoleRef

public class SecurityRoleRef
extends org.jboss.security.javaee.SecurityRoleRef

Represents a Security Role Ref element in the deployment descriptor

Since:
Jul 21, 2006
Version:
$Revision: 86122 $
Author:
Anil Saldhana

Constructor Summary
SecurityRoleRef()
           
SecurityRoleRef(String name, String link)
           
SecurityRoleRef(String name, String link, String description)
           
 
Method Summary
 
Methods inherited from class org.jboss.security.javaee.SecurityRoleRef
getDescription, getLink, getName, setDescription, setLink, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRoleRef

public SecurityRoleRef()

SecurityRoleRef

public SecurityRoleRef(String name,
                       String link,
                       String description)

SecurityRoleRef

public SecurityRoleRef(String name,
                       String link)


Copyright © 2009 JBoss Inc.. All Rights Reserved.