Uses of Interface
org.jasig.portal.security.IAuthorizationServiceFactory

Packages that use IAuthorizationServiceFactory
org.jasig.portal.security.provider   
org.jasig.portal.services   
 

Uses of IAuthorizationServiceFactory in org.jasig.portal.security.provider
 

Classes in org.jasig.portal.security.provider that implement IAuthorizationServiceFactory
 class AuthorizationServiceFactoryImpl
          The factory class for the uPortal reference IAuthorizationService implementation.
 

Uses of IAuthorizationServiceFactory in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as IAuthorizationServiceFactory
protected static IAuthorizationServiceFactory AuthorizationService.m_Factory