Class ArchivedUserKeys
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.SerializationKeys
-
- org.cilogon.oauth2.servlet.storage.archiveUser.ArchivedUserKeys
-
- All Implemented Interfaces:
Serializable
public class ArchivedUserKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys
This is always used in conjunction withUserKeys
. This supplies the keys specific to archived users only -- a unique key and timestamp.Created by Jeff Gaynor
on 4/26/12 at 10:04 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchivedUserKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
allKeys()
String
archivedTimestampColumn(String... x)
String
archivedUserIDColumn(String... x)
-