|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAIAuthorizationException | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.common.rolemap | This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
uk.org.ogsadai.exception | General OGSA-DAI exceptions and error message support. |
uk.org.ogsadai.service.authorization | Interfaces and classes to control access to data service resources and activities. |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
Uses of DAIAuthorizationException in uk.org.ogsadai.activity |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.activity | |
class |
ActivityAuthorizationException
There was an authorization failure during the execution of an activity. |
Methods in uk.org.ogsadai.activity with parameters of type DAIAuthorizationException | |
private void |
ResponseDocumentBuilder.addClientExceptionAuthz(org.w3c.dom.Document doc,
org.w3c.dom.Element parent,
DAIAuthorizationException exception)
This method adds information about an authorization exception, to an XML document. |
Uses of DAIAuthorizationException in uk.org.ogsadai.common.rolemap |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.common.rolemap | |
class |
RoleMapAuthorizationException
Authorization exception thrown by role mappers when the user is not authorized. |
Uses of DAIAuthorizationException in uk.org.ogsadai.dataresource |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.dataresource | |
class |
DataResourceAuthorizationException
Authorization exception thrown when a user is denied access to a data resource. |
class |
MetaDataAuthorizationException
Authorization exception thrown when a user is denied access to data resource meta data. |
Constructors in uk.org.ogsadai.dataresource with parameters of type DAIAuthorizationException | |
DataResourceAuthorizationException(java.lang.String userCredentials,
DAIAuthorizationException e)
Constructor. |
|
MetaDataAuthorizationException(javax.xml.namespace.QName name,
java.lang.String userCredentials,
DAIAuthorizationException e)
Constructor. |
Uses of DAIAuthorizationException in uk.org.ogsadai.engine |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.engine | |
class |
RequestAuthorizationException
There was an authorization failure during the execution of the request. |
Uses of DAIAuthorizationException in uk.org.ogsadai.exception |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.exception | |
class |
DAIFileReadAuthorizationException
Authorization exception thrown by a user is not authorized to read a file or directory. |
class |
DAIFileWriteAuthorizationException
Authorization exception thrown by a user is not authorized to write a file or directory. |
Constructors in uk.org.ogsadai.exception with parameters of type DAIAuthorizationException | |
AuthorisationFaultException(DAIAuthorizationException cause)
Constructor. |
Uses of DAIAuthorizationException in uk.org.ogsadai.service.authorization |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.service.authorization | |
class |
ActivityAccessAuthorizationException
Thrown when a user is not authorized to access an activity on a resource. |
class |
ResourceAuthorizationException
Thrown when a user is not authorized to access a resource. |
Uses of DAIAuthorizationException in uk.org.ogsadai.service.resource |
Subclasses of DAIAuthorizationException in uk.org.ogsadai.service.resource | |
class |
ResourceRequestAuthorizationException
There was an authorization failure during the execution of the request by a resource. |
Uses of DAIAuthorizationException in uk.org.ogsadai.service.wsrf.dataservice.impl |
Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type DAIAuthorizationException | |
private void |
DataServiceImpl.addAuthzComplexFault(ComplexFaultType complex,
DAIAuthorizationException exception)
Adds information about an authorization exception to a ComplexFaultType which is to be inserted into a
RequestFaultType . |
protected void |
DataServiceImpl.throwAuthorisationFault(DAIAuthorizationException exception)
Throw a AuthorisationFaultType back to the
client. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |