Uses of Class
org.glite.security.authz.AuthorizationException

Packages that use AuthorizationException
org.glite.security.authz This package contains the core gLite Authorization Framework providing an abstract policy evaluation runtime for integrating various policy engines with attribute authorities. 
org.glite.security.authz.pdp This package contains Policy Decision Point (PDP) plugins for the gLite Authorization Framework, a BlackList PDP compares authenticated users against a blacklist that can be updated at runtime, a GridMap PDP checks if the authenticated user has a mapping in a gridmap file. 
org.glite.security.authz.providers This package contains ServiceAutorizationChain providers for the gLite Authorization Framework, a PermitOverrides provider implements a policy combining algorithm that evaluates all PDPs in turn but stops the evaluation if a PDP returns a successful authorization result. 
 

Uses of AuthorizationException in org.glite.security.authz
 

Subclasses of AuthorizationException in org.glite.security.authz
 class AttributeException
          This exception is thrown when an exception occured during attribute collection.
 

Methods in org.glite.security.authz that throw AuthorizationException
 boolean SimpleServicePDP.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.
 boolean ServiceAuthorizationChainSpi.engineAuthorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          called by the framework if an authorization decision must be made for an authenticated subject.
 boolean ServiceAuthorizationChainSpi.engineIsPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          called by the framework if an authorization decision must be made for an authenticated subject.
 boolean ServicePDP.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.
 boolean ServiceAuthorizationChain.authorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          should be called if an authorization decision must be made for an authenticated subject.
 boolean ServiceAuthorizationChain.isPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          should be called if an authorization decision must be made for an authenticated subject.
 

Uses of AuthorizationException in org.glite.security.authz.pdp
 

Methods in org.glite.security.authz.pdp that throw AuthorizationException
 boolean VomsServicePDP.isPermitted(javax.security.auth.Subject peer, javax.xml.rpc.handler.MessageContext msgCtx, javax.xml.namespace.QName op)
          this operation is called by the PDP Framework whenever the application needs to call secured operations.
 boolean GridMapServicePDP.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.
 boolean BlackListServicePDP.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.
 

Uses of AuthorizationException in org.glite.security.authz.providers
 

Methods in org.glite.security.authz.providers that throw AuthorizationException
 boolean AbstractChain.engineAuthorize(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context)
          called by the framework if an authorization decision must be made for an authenticated subject.
 boolean AbstractChain.engineIsPermitted(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          called by the framework if an authorization decision must be made for an authenticated subject.