org.apache.openejb.jee.sun
Class SunApplication

java.lang.Object
  extended by org.apache.openejb.jee.sun.SunApplication

public class SunApplication
extends Object


Field Summary
protected  String passByReference
           
protected  String realm
           
protected  List<SecurityRoleMapping> securityRoleMapping
           
protected  String uniqueId
           
protected  List<Web> web
           
 
Constructor Summary
SunApplication()
           
 
Method Summary
 String getPassByReference()
           
 String getRealm()
           
 List<SecurityRoleMapping> getSecurityRoleMapping()
           
 String getUniqueId()
           
 List<Web> getWeb()
           
 void setPassByReference(String value)
           
 void setRealm(String value)
           
 void setUniqueId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

web

protected List<Web> web

passByReference

protected String passByReference

uniqueId

protected String uniqueId

securityRoleMapping

protected List<SecurityRoleMapping> securityRoleMapping

realm

protected String realm
Constructor Detail

SunApplication

public SunApplication()
Method Detail

getWeb

public List<Web> getWeb()

getPassByReference

public String getPassByReference()

setPassByReference

public void setPassByReference(String value)

getUniqueId

public String getUniqueId()

setUniqueId

public void setUniqueId(String value)

getSecurityRoleMapping

public List<SecurityRoleMapping> getSecurityRoleMapping()

getRealm

public String getRealm()

setRealm

public void setRealm(String value)


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