Class JSONStoreKeys
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.SerializationKeys
-
- org.oa4mp.server.loader.oauth2.cm.json.JSONStoreKeys
-
public class JSONStoreKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys
This has the keys in it for the JSON Store.Created by Jeff Gaynor
on 2/20/19 at 9:30 AM
-
-
Constructor Summary
Constructors Constructor Description JSONStoreKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
allKeys()
String
content(String... x)
String
creationTimpestamp(String... x)
String
lastModified(String... x)
String
type(String... x)
-