Uses of Interface
ca.bc.gov.open.cpf.api.security.service.AuthorizationService
-
Packages that use AuthorizationService Package Description ca.bc.gov.open.cpf.api.scheduler ca.bc.gov.open.cpf.api.security.service -
-
Uses of AuthorizationService in ca.bc.gov.open.cpf.api.scheduler
Methods in ca.bc.gov.open.cpf.api.scheduler that return AuthorizationService Modifier and Type Method Description AuthorizationServiceBatchJobService. getAuthorizationService()Methods in ca.bc.gov.open.cpf.api.scheduler with parameters of type AuthorizationService Modifier and Type Method Description voidBatchJobService. setAuthorizationService(AuthorizationService authorizationService) -
Uses of AuthorizationService in ca.bc.gov.open.cpf.api.security.service
Classes in ca.bc.gov.open.cpf.api.security.service that implement AuthorizationService Modifier and Type Class Description classBaseAuthorizationServiceConstructors in ca.bc.gov.open.cpf.api.security.service with parameters of type AuthorizationService Constructor Description AuthorizationServiceUserSecurityService(AuthorizationService authorizationService, Module module, String consumerKey, String userClass, String username)AuthorizationServiceUserSecurityServiceFactory(AuthorizationService authorizationService)
-