org.globus.wsrf.impl.security.descriptor
Interface ClientParamsParserCallback

All Known Implementing Classes:
ClientSecurityDescriptor

public interface ClientParamsParserCallback


Method Summary
 void setAnonymous()
          If set, anonymous mode is used
 void setAuthz(Authorization authz)
          Sets authorization to be set on the client side.
 void setDelegation(java.lang.String str)
          Sets type of delegation required.
 void setGSISecureConv(java.lang.Integer val)
          If set, triggers GSI Secure Conversation to be done for the invocation.
 void setGSISecureMsg(java.lang.Integer val)
          If set, triggers GSI Secure Message to be done for the invocation.
 void setPeerCredentials(java.lang.String str)
          Sets file location to load peer credentials from
 

Method Detail

setAuthz

public void setAuthz(Authorization authz)
Sets authorization to be set on the client side.


setGSISecureConv

public void setGSISecureConv(java.lang.Integer val)
If set, triggers GSI Secure Conversation to be done for the invocation. The protection level is determined by parameter.

Parameters:
val - org.globus.wsrf.security.Constants.SIGNATURE or org.globus.wsrf.security.Constants.ENCRYPTION

setGSISecureMsg

public void setGSISecureMsg(java.lang.Integer val)
If set, triggers GSI Secure Message to be done for the invocation. The protection level is determined by parameter.

Parameters:
val - org.globus.wsrf.security.Constants.SIGNATURE or org.globus.wsrf.security.Constants.ENCRYPTION

setDelegation

public void setDelegation(java.lang.String str)
Sets type of delegation required.


setPeerCredentials

public void setPeerCredentials(java.lang.String str)
Sets file location to load peer credentials from


setAnonymous

public void setAnonymous()
If set, anonymous mode is used