Class TermsAndConditionsCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.TermsAndConditionsCallback
- All Implemented Interfaces:
- Callback
A callback to collect a user's acceptance of the configured Terms & Conditions.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Get a builder for constructing a new TermsAndConditionsCallback.booleanRetrieve the acceptance.The create date of the Terms & Conditions.getTerms()Retrieve the Terms & Conditions.Retrieves the version.voidsetAccept(boolean accept) Sets whether the Terms have been accepted.
- 
Method Details- 
getTermsRetrieve the Terms & Conditions.- Returns:
- the Terms & Conditions
 
- 
getVersionRetrieves the version.- Returns:
- the version
 
- 
getCreateDateThe create date of the Terms & Conditions.- Returns:
- the create date.
 
- 
setAcceptSets whether the Terms have been accepted.- Parameters:
- accept- boolean representing the acceptance of the terms.
 
- 
getAcceptRetrieve the acceptance.- Returns:
- the acceptance of the Terms & Conditions.
 
- 
builderGet a builder for constructing a new TermsAndConditionsCallback.- Returns:
- a new builder
 
 
-