com.sun.grizzly.http.webxml.schema
Class AuthConstraint

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.AuthConstraint

public class AuthConstraint
extends Object


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

Field Detail

description

public List<String> description

roleName

public List<String> roleName
Constructor Detail

AuthConstraint

public AuthConstraint()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getRoleName

public List<String> getRoleName()

setRoleName

public void setRoleName(List<String> roleName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.