org.apache.pluto.descriptors.servlet
Class AuthConstraintDD

java.lang.Object
  extended by org.apache.pluto.descriptors.servlet.AuthConstraintDD

public class AuthConstraintDD
extends Object

TODO: Document

Since:
Feb 28, 2005
Version:
$Id: AuthConstraintDD.java 156636 2005-03-09 12:16:31Z cziegeler $
Author:
David H. DeWolf

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

Constructor Detail

AuthConstraintDD

public AuthConstraintDD()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.