uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.servlet
Class AuthConstraintImpl

java.lang.Object
  extended byorg.jasig.portal.container.om.servlet.AuthConstraintImpl
All Implemented Interfaces:
java.io.Serializable

public class AuthConstraintImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
AuthConstraintImpl()
           
 
Method Summary
 org.apache.pluto.om.common.DescriptionSet getDescriptions()
           
 java.lang.String[] getRoleNames()
           
 void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setRoleNames(java.lang.String[] roleNames)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthConstraintImpl

public AuthConstraintImpl()
Method Detail

getDescriptions

public org.apache.pluto.om.common.DescriptionSet getDescriptions()

getRoleNames

public java.lang.String[] getRoleNames()

setDescriptions

public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)

setRoleNames

public void setRoleNames(java.lang.String[] roleNames)

uPortal 2.4.1
API Documentation