org.jasig.portal.security
Interface IAuthorizationServiceFactory
- All Known Implementing Classes:
- AuthorizationServiceFactoryImpl
public interface IAuthorizationServiceFactory
A context-specific factory class interface that should be implemented
by factory classes defined for each context provider. The provider's
constructor should not be public to discourage it's instantiation through
means other than the corresponding factory. This formalism should be
followed for consistency even when the factory performs no additional
value-add than instantiating the appropriate context class.
- Version:
- $Revision: 1.2 $
- Author:
- Andrew Newman, newman@yale.edu
getAuthorization
IAuthorizationService getAuthorization()
throws AuthorizationException
- Throws:
AuthorizationException