org.apache.openejb.jee.sun
Class ResponseProtection

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

public class ResponseProtection
extends java.lang.Object


Field Summary
protected  java.lang.String authRecipient
           
protected  java.lang.String authSource
           
 
Constructor Summary
ResponseProtection()
           
 
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

ResponseProtection

public ResponseProtection()
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.