Authorization

The GSI authorization types on the client side are described here.

To use no authorization:

stub._setProperty(Constants.AUTHORIZATION,NoAuthorization.getInstance());

To use "self" authorization:

stub._setProperty(Constants.AUTHORIZATION,SelfAuthorization.getInstance());

To use host authorization:

stub._setProperty(Constants.AUTHORIZATION,HostAuthorization.getInstance());