nl.surfnet.coin.csa.dao.impl
Class ConsentDaoImpl
java.lang.Object
nl.surfnet.coin.csa.dao.impl.ConsentDaoImpl
- All Implemented Interfaces:
- ConsentDao
@Repository
public class ConsentDaoImpl
- extends Object
- implements ConsentDao
SQL implementation of ConsentDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsentDaoImpl
public ConsentDaoImpl()
mayHaveGivenConsent
public Boolean mayHaveGivenConsent(String uuid,
String spEntityId)
- Description copied from interface:
ConsentDao
- Check if the user has given consent for this service
- Specified by:
mayHaveGivenConsent in interface ConsentDao
- Parameters:
uuid - unique identifier of the user in format urn:collab:person:example.edu:johndoespEntityId - 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.