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

java.lang.Object
  extended by org.jasig.portal.container.om.servlet.RunAsImpl
All Implemented Interfaces:
java.io.Serializable

public class RunAsImpl
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.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  org.apache.pluto.om.common.DescriptionSet descriptions
           
private  java.lang.String roleName
           
 
Constructor Summary
RunAsImpl()
           
 
Method Summary
 org.apache.pluto.om.common.DescriptionSet getDescritpions()
           
 java.lang.String getRoleName()
           
 void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setRoleName(java.lang.String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

private org.apache.pluto.om.common.DescriptionSet descriptions

roleName

private java.lang.String roleName
Constructor Detail

RunAsImpl

public RunAsImpl()
Method Detail

getDescritpions

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

getRoleName

public java.lang.String getRoleName()

setDescriptions

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

setRoleName

public void setRoleName(java.lang.String roleName)