org.apache.openejb.jee
Class AuthConstraint

java.lang.Object
  extended by org.apache.openejb.jee.AuthConstraint

public class AuthConstraint
extends Object


Field Summary
protected  List<String> description
           
protected  String id
           
protected  List<String> roleName
           
 
Constructor Summary
AuthConstraint()
           
 
Method Summary
 List<String> getDescription()
           
 String getId()
           
 List<String> getRoleName()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<String> description

roleName

protected List<String> roleName

id

protected String id
Constructor Detail

AuthConstraint

public AuthConstraint()
Method Detail

getDescription

public List<String> getDescription()

getRoleName

public List<String> getRoleName()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.