uPortal 2.3.2
API Documentation

org.jasig.portal.security
Interface IAuthorizationFactory

All Known Implementing Classes:
ReferenceAuthorizationFactory

Deprecated. As of uPortal 2.0, replaced by IAuthorizationServiceFactory

public interface IAuthorizationFactory

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

Method Summary
 IAuthorization getAuthorization()
          Deprecated.  
 

Method Detail

getAuthorization

public IAuthorization getAuthorization()
Deprecated. 

uPortal 2.3.2
API Documentation