Uses of Class
org.globus.wsrf.impl.security.authorization.exceptions.AuthorizationException

Packages that use AuthorizationException
org.globus.wsrf.impl.security.authentication.wssec   
org.globus.wsrf.impl.security.authorization   
org.globus.wsrf.impl.security.authorization.exceptions   
org.globus.wsrf.security.authorization   
 

Uses of AuthorizationException in org.globus.wsrf.impl.security.authentication.wssec
 

Methods in org.globus.wsrf.impl.security.authentication.wssec that throw AuthorizationException
private  void WSSecurityClientHandler.checkGSISecureMessage(java.lang.Object before, java.lang.Object after, javax.xml.rpc.handler.MessageContext context)
           
 

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

Methods in org.globus.wsrf.impl.security.authorization that throw AuthorizationException
 boolean UsernameAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
private  boolean ServiceAuthorizationChain.intercept(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
           
 void ServiceAuthorizationChain.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, java.lang.String service)
           
 boolean ServiceAuthorizationChain.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
           
 boolean ServiceAuthorizationChain.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
           
 boolean SelfAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
 void SelfAuthorization.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
           
 org.ietf.jgss.GSSName SelfAuthorization.getName(javax.xml.rpc.handler.MessageContext ctx)
           
 boolean SAMLAuthorizationCallout.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
 void NoAuthorization.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
           
 boolean NoAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
 org.ietf.jgss.GSSName NoAuthorization.getName(javax.xml.rpc.handler.MessageContext ctx)
           
 boolean LocalConfigPDP.isPermitted(javax.security.auth.Subject peer, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
 boolean IdentityAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
          Does identity authorization of the client.The expected identity can be set by a) using contructor by passing an identity/subject b) configuring a property idenAuthz-identityin the PDPConfig object passed.
 void IdentityAuthorization.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          Does identity authorization of the server.
 org.ietf.jgss.GSSName IdentityAuthorization.getName(javax.xml.rpc.handler.MessageContext ctx)
           
 boolean HostAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
          Does host based authorization of the client.
 void HostAuthorization.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          Does host based authorization of the service.
private  boolean HostAuthorization.authorize(java.lang.String peerIdentity)
           
 org.ietf.jgss.GSSName HostAuthorization.getName(javax.xml.rpc.handler.MessageContext ctx)
           
 org.ietf.jgss.GSSName HostAuthorization.getName(java.net.URL endpoint)
           
 boolean GridMapAuthorization.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
protected  boolean BasicSubjectAuthorization.authorize(javax.security.auth.Subject localSubject, javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          Matches to see if localSubject is equals to peerSubject
 void Authorization.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          Method invoked to authorize the call
 org.ietf.jgss.GSSName Authorization.getName(javax.xml.rpc.handler.MessageContext ctx)
          Returns the identity of the authorized entity
 

Uses of AuthorizationException in org.globus.wsrf.impl.security.authorization.exceptions
 

Subclasses of AuthorizationException in org.globus.wsrf.impl.security.authorization.exceptions
 class AttributeException
           
 

Uses of AuthorizationException in org.globus.wsrf.security.authorization
 

Methods in org.globus.wsrf.security.authorization that throw AuthorizationException
 boolean PDP.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          this operation is called by the PDP Framework whenever the application needs to call secured operations.