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

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

Uses of IAuthorizationService in org.jasig.portal.security
 

Methods in org.jasig.portal.security that return IAuthorizationService
 IAuthorizationService IAuthorizationServiceFactory.getAuthorization()
           
 

Methods in org.jasig.portal.security with parameters of type IAuthorizationService
 boolean IPermissionPolicy.doesPrincipalHavePermission(IAuthorizationService service, IAuthorizationPrincipal principal, String owner, String activity, String target)
          Answers if the owner has authorized the principal to perform the activity on the target, based on permissions provided by the service.
 

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

Classes in org.jasig.portal.security.provider that implement IAuthorizationService
 class AuthorizationImpl
           
 

Methods in org.jasig.portal.security.provider that return IAuthorizationService
 IAuthorizationService AuthorizationServiceFactoryImpl.getAuthorization()
           
static IAuthorizationService AuthorizationImpl.singleton()
           
 

Methods in org.jasig.portal.security.provider with parameters of type IAuthorizationService
 boolean DefaultPermissionPolicy.doesPrincipalHavePermission(IAuthorizationService service, IAuthorizationPrincipal principal, String owner, String activity, String target)
          Answers if the owner has authorized the principal to perform the activity on the target, based on permissions provided by the service.
 boolean AnyUnblockedGrantPermissionPolicy.doesPrincipalHavePermission(IAuthorizationService service, IAuthorizationPrincipal principal, String owner, String activity, String target)
           
 

Constructors in org.jasig.portal.security.provider with parameters of type IAuthorizationService
AuthorizationPrincipalImpl(String newKey, Class newType, IAuthorizationService authService)
          Constructor for ReferenceAuthorizationPrincipal.
 

Uses of IAuthorizationService in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as IAuthorizationService
protected  IAuthorizationService AuthorizationService.m_authorization
           
 



Copyright © 2010 Jasig. All Rights Reserved.