public class TermsOfUseEngineImpl extends Object implements TermsOfUseEngine
TermsOfUseEngine.| Modifier and Type | Field and Description |
|---|---|
private Logger |
logger
Class logger.
|
private Storage |
storage
The
Storage instance which is used. |
private Map<String,TOU> |
touMap
A map of all configured ToUs.
|
private String |
userIdAttribute
The id of the
IdPAttribute which should be used for user identification. |
| Constructor and Description |
|---|
TermsOfUseEngineImpl() |
private final Logger logger
private String userIdAttribute
IdPAttribute which should be used for user identification.public void determineAcceptance(TermsOfUseContext touContext) throws TermsOfUseException
determineAcceptance in interface TermsOfUseEngineTermsOfUseExceptionCopyright © 1999–2014. All rights reserved.