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

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

public class RequestPolicy
extends java.lang.Object


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

RequestPolicy

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