org.apache.openejb.jee.sun
Class RequestProtection

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

public class RequestProtection
extends java.lang.Object


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

Field Detail

authSource

protected java.lang.String authSource

authRecipient

protected java.lang.String authRecipient
Constructor Detail

RequestProtection

public RequestProtection()
Method Detail

getAuthSource

public java.lang.String getAuthSource()

setAuthSource

public void setAuthSource(java.lang.String value)

getAuthRecipient

public java.lang.String getAuthRecipient()

setAuthRecipient

public void setAuthRecipient(java.lang.String value)


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