nl.surfnet.coin.csa.dao
Interface ConsentDao

All Known Implementing Classes:
ConsentDaoImpl

public interface ConsentDao


Method Summary
 Boolean mayHaveGivenConsent(String uuid, String spEntityId)
          Check if the user has given consent for this service
 

Method Detail

mayHaveGivenConsent

Boolean mayHaveGivenConsent(String uuid,
                            String spEntityId)
Check if the user has given consent for this service

Parameters:
uuid - unique identifier of the user in format urn:collab:person:example.edu:johndoe
spEntityId - unique identifier of the service provider
Returns:
Boolean.TRUE if we can find consent, Boolean.FALSE if not or null if we're not sure


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.