public class EULAStatus
extends LocalMechanism
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDateAccepted()
Getter for the acceptance date/time of this EULA.
|
java.lang.String |
getLicenseName()
Getter for the license name of this EULA.
|
JSONObject |
toJson()
Get a JSON formatted representation of this EULAStatus.
|
public java.lang.String getLicenseName()
public java.util.Date getDateAccepted()
public JSONObject toJson()
{ "mechanismURI" : "urn:ibm:security:authentication:asf:mechanism:eula", "licenseName" : "ExampleEULA", "dateAccepted" : "1970-01-01T00:00:00+0000" }