Uses of Interface
org.globus.wsrf.impl.security.authorization.Authorization

Packages that use Authorization
org.globus.wsrf.impl.security.authorization   
org.globus.wsrf.impl.security.descriptor   
org.globus.wsrf.impl.security.util   
 

Uses of Authorization in org.globus.wsrf.impl.security.authorization
 

Classes in org.globus.wsrf.impl.security.authorization that implement Authorization
 class HostAuthorization
          Performs host based authorization and implements PDP and Authorization interface.
 class IdentityAuthorization
          Does identity authorization and and implements PDP and Authorization interface.
 class NoAuthorization
          No authorization of the peer is done.
 class SelfAuthorization
          Enforces that the client and server have the same identity.
 

Uses of Authorization in org.globus.wsrf.impl.security.descriptor
 

Fields in org.globus.wsrf.impl.security.descriptor declared as Authorization
private  Authorization ClientSecurityDescriptor.authz
           
 

Methods in org.globus.wsrf.impl.security.descriptor that return Authorization
 Authorization ClientSecurityDescriptor.getAuthz()
          Returns the authorization scheme configured on client side.
 

Methods in org.globus.wsrf.impl.security.descriptor with parameters of type Authorization
 void ClientSecurityDescriptor.setAuthz(Authorization value)
          sets the authorization scheme to be used on the client side.
 void ClientParamsParserCallback.setAuthz(Authorization authz)
          Sets authorization to be set on the client side.
 

Uses of Authorization in org.globus.wsrf.impl.security.util
 

Methods in org.globus.wsrf.impl.security.util that return Authorization
static Authorization AuthUtil.getClientAuthorization(javax.xml.rpc.handler.MessageContext ctx)
           
static Authorization AuthUtil.getClientAuthorization(java.lang.String authzString)