Package uk.org.ogsadai.service.authorization

Interfaces and classes to control access to data service resources and activities.

See:
          Description

Interface Summary
AccessAuthorizer An authorization interface which authorizes access to resources and activities within a given security context.
 

Class Summary
AuthorizationFactory Creates an authorizer class that implements the AccessAuthorizer interface.
NullAuthorizer A dummy implementation of the AccessAuthorizer interface which authorizes access to all resources within any context.
 

Exception Summary
ActivityAccessAuthorizationException Thrown when a user is not authorized to access an activity on a resource.
AuthorizationInitialisationException Thrown when the authorization could not be initialised.
ResourceAuthorizationException Thrown when a user is not authorized to access a resource.
 

Package uk.org.ogsadai.service.authorization Description

Interfaces and classes to control access to data service resources and activities.