uPortal 2.4.1
API Documentation

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.1 $
Author:
Andrew Newman, newman@yale.edu

Method Summary
 IAuthorizationService getAuthorization()
           
 

Method Detail

getAuthorization

public IAuthorizationService getAuthorization()
                                       throws AuthorizationException
Throws:
AuthorizationException

uPortal 2.4.1
API Documentation