Uses of Class
nl.surfnet.coin.api.GroupProviderConfiguration.Service

Packages that use GroupProviderConfiguration.Service
nl.surfnet.coin.api   
nl.surfnet.coin.api.service   
 

Uses of GroupProviderConfiguration.Service in nl.surfnet.coin.api
 

Methods in nl.surfnet.coin.api that return GroupProviderConfiguration.Service
static GroupProviderConfiguration.Service GroupProviderConfiguration.Service.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupProviderConfiguration.Service[] GroupProviderConfiguration.Service.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.surfnet.coin.api with parameters of type GroupProviderConfiguration.Service
protected  List<GroupProvider> ApiController.getAllAllowedGroupProviders(GroupProviderConfiguration.Service service)
           
 List<GroupProvider> GroupProviderConfigurationImpl.getAllowedGroupProviders(GroupProviderConfiguration.Service service, String spEntityId, List<GroupProvider> allGroupProviders)
           
 List<GroupProvider> GroupProviderConfiguration.getAllowedGroupProviders(GroupProviderConfiguration.Service service, String spEntityId, List<GroupProvider> allGroupProviders)
          Get all GroupProviders that have the correct ACL configured based on the Service.
 boolean GroupProviderConfigurationImpl.isCallAllowed(GroupProviderConfiguration.Service service, String spEntityId, GroupProvider groupProvider)
           
 boolean GroupProviderConfiguration.isCallAllowed(GroupProviderConfiguration.Service service, String spEntityId, GroupProvider groupProvider)
          Is the call allowed? e.g.
protected  void ApiController.sendAclMissingMail(GroupProvider groupProvider, String spEntityId, String identifier, GroupProviderConfiguration.Service service)
           
 

Uses of GroupProviderConfiguration.Service in nl.surfnet.coin.api.service
 

Methods in nl.surfnet.coin.api.service with parameters of type GroupProviderConfiguration.Service
 List<GroupProvider> MockServiceImpl.getAllowedGroupProviders(GroupProviderConfiguration.Service service, String spEntityId, List<GroupProvider> allGroupProviders)
           
 boolean MockServiceImpl.isCallAllowed(GroupProviderConfiguration.Service service, String spEntityId, GroupProvider groupProvider)
           
 



Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.