org.apache.openejb.jee.sun
Class ResponseProtection

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

public class ResponseProtection
extends Object


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

ResponseProtection

public ResponseProtection()
Method Detail

getAuthSource

public String getAuthSource()

setAuthSource

public void setAuthSource(String value)

getAuthRecipient

public String getAuthRecipient()

setAuthRecipient

public void setAuthRecipient(String value)


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