@Repository public class ConsentDaoImpl extends Object implements ConsentDao
| Constructor and Description |
|---|
ConsentDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
mayHaveGivenConsent(String uuid,
String spEntityId)
Check if the user has given consent for this service
|
public Boolean mayHaveGivenConsent(String uuid, String spEntityId)
ConsentDaomayHaveGivenConsent in interface ConsentDaouuid - 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 © 2013 SURFnet bv, The Netherlands. All rights reserved.