public interface ConsentDao
| Modifier and Type | Method and Description |
|---|---|
Boolean |
mayHaveGivenConsent(String uuid,
String spEntityId)
Check if the user has given consent for this service
|
Boolean mayHaveGivenConsent(String uuid, String spEntityId)
uuid - unique identifier of the user in format urn:collab:person:example.edu:johndoespEntityId - unique identifier of the service providerBoolean.TRUE if we can find consent, Boolean.FALSE if not
or null if we're not sureCopyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.