|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String owner,
java.lang.String activity,
java.lang.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
|
Fields in org.jasig.portal.security.provider declared as IAuthorizationService | |
---|---|
private IAuthorizationService |
AuthorizationPrincipalImpl.authorizationService
|
private static IAuthorizationService |
AuthorizationImpl.singleton
The static instance of the AuthorizationImpl for purposes of creating a AuthorizationImpl singleton. |
Methods in org.jasig.portal.security.provider that return IAuthorizationService | |
---|---|
IAuthorizationService |
AuthorizationServiceFactoryImpl.getAuthorization()
|
(package private) IAuthorizationService |
AuthorizationPrincipalImpl.getAuthorizationService()
|
static IAuthorizationService |
AuthorizationImpl.singleton()
|
Methods in org.jasig.portal.security.provider with parameters of type IAuthorizationService | |
---|---|
boolean |
DefaultPermissionPolicy.doesPrincipalHavePermission(IAuthorizationService service,
IAuthorizationPrincipal principal,
java.lang.String owner,
java.lang.String activity,
java.lang.String target)
Answers if the owner has authorized the principal to perform the activity on the target, based on permissions provided by the service. |
private boolean |
DefaultPermissionPolicy.primDoesPrincipalHavePermission(IAuthorizationPrincipal principal,
java.lang.String owner,
java.lang.String activity,
java.lang.String target,
IAuthorizationService service)
Answers if this specific principal (as opposed to its parents) has the permission. |
(package private) void |
AuthorizationPrincipalImpl.setAuthorizationService(IAuthorizationService newAuthorizationService)
|
Constructors in org.jasig.portal.security.provider with parameters of type IAuthorizationService | |
---|---|
AuthorizationPrincipalImpl(java.lang.String newKey,
java.lang.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |