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

Packages that use AttributeException
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. 
 

Uses of AttributeException in org.glite.security.authz
 

Methods in org.glite.security.authz that throw AttributeException
 void SimpleServicePIP.collectAttributes(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          collects attributes and populates the subject with public or private credentials to be checked by subsequent PDPs in the same interceptor chain.
 void ServicePIP.collectAttributes(javax.security.auth.Subject peerSubject, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName operation)
          collects attributes and populates the subject with public or private credentials to be checked by subsequent PDPs in the same interceptor chain.