- Nonce - Class in org.oscelot.lti.tp
-
Class to represent a Nonce value.
- Nonce(ToolConsumer, String) - Constructor for class org.oscelot.lti.tp.Nonce
-
Construct a nonce value for a tool consumer with the specified value.
- Nonce(ToolConsumer, String, int) - Constructor for class org.oscelot.lti.tp.Nonce
-
Construct a nonce value for a tool consumer with the specified value and maximum life.
- NONCE_TABLE_NAME - Static variable in class org.oscelot.lti.tp.DataConnector
-
Default name for database table used to store nonce values.
- None - Class in org.oscelot.lti.tp.dataconnector
-
Class which implements a dummy data connector with no database persistence.
- None() - Constructor for class org.oscelot.lti.tp.dataconnector.None
-
Constructs a dummy data connector object which implements simulated methods
without persisting any data.