Uses of Interface
org.kuali.rice.kim.service.IdentityManagementService

Packages that use IdentityManagementService
org.kuali.rice.kim.service.impl   
org.kuali.student.common.ui.server.gwt   
org.kuali.student.common.ui.server.gwt.old   
org.kuali.student.core.assembly.old   
org.kuali.student.core.assembly.transform   
org.kuali.student.core.authorization.ui.server.gwt   
org.kuali.student.core.personsearch.service.impl   
org.kuali.student.core.rice.authorization   
org.kuali.student.core.workflow.ui.server.gwt   
 

Uses of IdentityManagementService in org.kuali.rice.kim.service.impl
 

Classes in org.kuali.rice.kim.service.impl that implement IdentityManagementService
 class IdentityManagementServiceImpl
           
 

Uses of IdentityManagementService in org.kuali.student.common.ui.server.gwt
 

Fields in org.kuali.student.common.ui.server.gwt declared as IdentityManagementService
private  IdentityManagementService CommentRpcGwtServlet.identityService
           
private  IdentityManagementService AbstractDataService.permissionService
           
protected  IdentityManagementService BaseRpcGwtServletAbstract.permissionService
           
 

Methods in org.kuali.student.common.ui.server.gwt that return IdentityManagementService
 IdentityManagementService CommentRpcGwtServlet.getIdentityService()
           
 IdentityManagementService AbstractDataService.getPermissionService()
           
 IdentityManagementService BaseRpcGwtServletAbstract.getPermissionService()
           
 

Methods in org.kuali.student.common.ui.server.gwt with parameters of type IdentityManagementService
 void CommentRpcGwtServlet.setIdentityService(IdentityManagementService identityService)
           
 void AbstractDataService.setPermissionService(IdentityManagementService permissionService)
           
 void BaseRpcGwtServletAbstract.setPermissionService(IdentityManagementService permissionService)
           
 

Uses of IdentityManagementService in org.kuali.student.common.ui.server.gwt.old
 

Fields in org.kuali.student.common.ui.server.gwt.old declared as IdentityManagementService
private  IdentityManagementService AbstractBaseDataOrchestrationRpcGwtServlet.identityService
          Deprecated.  
private  IdentityManagementService AbstractBaseDataOrchestrationRpcGwtServlet.permissionService
          Deprecated.  
 

Methods in org.kuali.student.common.ui.server.gwt.old that return IdentityManagementService
 IdentityManagementService AbstractBaseDataOrchestrationRpcGwtServlet.getIdentityService()
          Deprecated.  
 IdentityManagementService AbstractBaseDataOrchestrationRpcGwtServlet.getPermissionService()
          Deprecated.  
 

Methods in org.kuali.student.common.ui.server.gwt.old with parameters of type IdentityManagementService
 void AbstractBaseDataOrchestrationRpcGwtServlet.setIdentityService(IdentityManagementService identityService)
          Deprecated.  
 void AbstractBaseDataOrchestrationRpcGwtServlet.setPermissionService(IdentityManagementService permissionService)
          Deprecated.  
 

Uses of IdentityManagementService in org.kuali.student.core.assembly.old
 

Fields in org.kuali.student.core.assembly.old declared as IdentityManagementService
protected  IdentityManagementService BaseAssembler.permissionService
          Deprecated.  
 

Methods in org.kuali.student.core.assembly.old with parameters of type IdentityManagementService
 void BaseAssembler.setPermissionService(IdentityManagementService permissionService)
          Deprecated.  
 

Uses of IdentityManagementService in org.kuali.student.core.assembly.transform
 

Fields in org.kuali.student.core.assembly.transform declared as IdentityManagementService
protected  IdentityManagementService AuthorizationFilter.permissionService
           
 

Methods in org.kuali.student.core.assembly.transform that return IdentityManagementService
 IdentityManagementService AuthorizationFilter.getPermissionService()
           
 

Methods in org.kuali.student.core.assembly.transform with parameters of type IdentityManagementService
 void AuthorizationFilter.setPermissionService(IdentityManagementService permissionService)
           
 

Uses of IdentityManagementService in org.kuali.student.core.authorization.ui.server.gwt
 

Fields in org.kuali.student.core.authorization.ui.server.gwt declared as IdentityManagementService
private  IdentityManagementService AuthorizationRpcGwtServlet.permissionService
           
 

Methods in org.kuali.student.core.authorization.ui.server.gwt with parameters of type IdentityManagementService
 void AuthorizationRpcGwtServlet.setPermissionService(IdentityManagementService permissionService)
           
 

Uses of IdentityManagementService in org.kuali.student.core.personsearch.service.impl
 

Fields in org.kuali.student.core.personsearch.service.impl declared as IdentityManagementService
private  IdentityManagementService PersonSearchServiceImpl.identityService
           
 

Methods in org.kuali.student.core.personsearch.service.impl that return IdentityManagementService
 IdentityManagementService PersonSearchServiceImpl.getIdentityService()
           
 

Methods in org.kuali.student.core.personsearch.service.impl with parameters of type IdentityManagementService
protected  List<Person> PersonSearch.findPeopleInternal(IdentityManagementService identityService, Map<String,String> criteria, boolean unbounded)
           
private  List<Person> QuickViewByGivenName.findPersons(IdentityManagementService identityService, SearchRequest searchRequest)
           
 SearchResult QuickViewByGivenName.search(IdentityManagementService identityService, SearchRequest searchRequest)
           
 SearchResult SearchOperation.search(IdentityManagementService identityService, SearchRequest searchRequest)
           
 void PersonSearchServiceImpl.setIdentityService(IdentityManagementService identityService)
           
 

Uses of IdentityManagementService in org.kuali.student.core.rice.authorization
 

Fields in org.kuali.student.core.rice.authorization declared as IdentityManagementService
protected  IdentityManagementService CollaboratorHelper.identityService
           
private  IdentityManagementService CollaboratorHelper.permissionService
           
 

Methods in org.kuali.student.core.rice.authorization that return IdentityManagementService
 IdentityManagementService CollaboratorHelper.getIdentityService()
           
 IdentityManagementService CollaboratorHelper.getPermissionService()
           
 

Methods in org.kuali.student.core.rice.authorization with parameters of type IdentityManagementService
 void CollaboratorHelper.setIdentityService(IdentityManagementService identityService)
           
 void CollaboratorHelper.setPermissionService(IdentityManagementService permissionService)
           
 

Uses of IdentityManagementService in org.kuali.student.core.workflow.ui.server.gwt
 

Fields in org.kuali.student.core.workflow.ui.server.gwt declared as IdentityManagementService
private  IdentityManagementService WorkflowRpcGwtServlet.identityService
           
private  IdentityManagementService WorkflowRpcGwtServlet.permissionService
           
 

Methods in org.kuali.student.core.workflow.ui.server.gwt that return IdentityManagementService
 IdentityManagementService WorkflowRpcGwtServlet.getIdentityService()
           
 IdentityManagementService WorkflowRpcGwtServlet.getPermissionService()
           
 

Methods in org.kuali.student.core.workflow.ui.server.gwt with parameters of type IdentityManagementService
 void WorkflowRpcGwtServlet.setIdentityService(IdentityManagementService identityService)
           
 void WorkflowRpcGwtServlet.setPermissionService(IdentityManagementService permissionService)
           
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.