org.apache.openejb.jee.sun
Class RequestProtection

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

public class RequestProtection
extends Object


Field Summary
protected  String authRecipient
           
protected  String authSource
           
 
Constructor Summary
RequestProtection()
           
 
Method Summary
 String getAuthRecipient()
           
 String getAuthSource()
           
 void setAuthRecipient(String value)
           
 void setAuthSource(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authSource

protected String authSource

authRecipient

protected String authRecipient
Constructor Detail

RequestProtection

public RequestProtection()
Method Detail

getAuthSource

public String getAuthSource()

setAuthSource

public void setAuthSource(String value)

getAuthRecipient

public String getAuthRecipient()

setAuthRecipient

public void setAuthRecipient(String value)


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