Uses of Class
org.cilogon.oauth2.servlet.storage.archiveUser.CILFSArchivedUserStore.AUEntry
-
Packages that use CILFSArchivedUserStore.AUEntry Package Description org.cilogon.oauth2.servlet.storage.archiveUser The archived user store. -
-
Uses of CILFSArchivedUserStore.AUEntry in org.cilogon.oauth2.servlet.storage.archiveUser
Methods in org.cilogon.oauth2.servlet.storage.archiveUser that return CILFSArchivedUserStore.AUEntry Modifier and Type Method Description CILFSArchivedUserStore.AUEntry
CILFSArchivedUserStore.AUEntryFileStore. create()
Methods in org.cilogon.oauth2.servlet.storage.archiveUser that return types with arguments of type CILFSArchivedUserStore.AUEntry Modifier and Type Method Description List<CILFSArchivedUserStore.AUEntry>
CILFSArchivedUserStore.AUEntryFileStore. getMostRecent(int n, List<String> attributes)
-