org.glassfish.appclient.client.acc.config
Class ResponsePolicy

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.ResponsePolicy

public class ResponsePolicy
extends java.lang.Object


Field Summary
protected  java.lang.String authRecipient
           
protected  java.lang.String authSource
           
 
Constructor Summary
ResponsePolicy()
           
 
Method Summary
 java.lang.String getAuthRecipient()
          Gets the value of the authRecipient property.
 java.lang.String getAuthSource()
          Gets the value of the authSource property.
 void setAuthRecipient(java.lang.String value)
          Sets the value of the authRecipient property.
 void setAuthSource(java.lang.String value)
          Sets the value of the authSource property.
 
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

ResponsePolicy

public ResponsePolicy()
Method Detail

getAuthSource

public java.lang.String getAuthSource()
Gets the value of the authSource property.

Returns:
possible object is String

setAuthSource

public void setAuthSource(java.lang.String value)
Sets the value of the authSource property.

Parameters:
value - allowed object is String

getAuthRecipient

public java.lang.String getAuthRecipient()
Gets the value of the authRecipient property.

Returns:
possible object is String

setAuthRecipient

public void setAuthRecipient(java.lang.String value)
Sets the value of the authRecipient property.

Parameters:
value - allowed object is String


Copyright © 2012 GlassFish Community. All Rights Reserved.