org.glassfish.appclient.client.acc.config
Class RequestPolicy
java.lang.Object
org.glassfish.appclient.client.acc.config.RequestPolicy
public class RequestPolicy
- extends java.lang.Object
|
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 |
authSource
protected java.lang.String authSource
authRecipient
protected java.lang.String authRecipient
RequestPolicy
public RequestPolicy()
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.