Uses of Class
org.cilogon.oauth2.servlet.storage.user.User
-
Packages that use User Package Description org.cilogon.oauth2.admin Extensions to OA4MP's CLI (Command Line Interface).org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironmentfrom that.org.cilogon.oauth2.servlet.servlet Servlets used in CILogon that are not in OA4MP, viz., the database service.org.cilogon.oauth2.servlet.storage.archiveUser The archived user store.org.cilogon.oauth2.servlet.storage.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores.org.cilogon.qdl.module.storage QDL Modules that allow for access to the stores specific to CILogon, such as users. -
-
Uses of User in org.cilogon.oauth2.admin
Methods in org.cilogon.oauth2.admin that return User Modifier and Type Method Description protected UserUserStoreCommands. createEntry(int magicNumber)protected UserArchivedUserStoreCommands. findUser(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)Methods in org.cilogon.oauth2.admin with parameters of type User Modifier and Type Method Description protected voidUserStoreCommands. getEPPN(User user)protected voidUserStoreCommands. getEPTID(User user)protected voidUserStoreCommands. getOpenID(User user)protected voidUserStoreCommands. getOpenIDConnect(User user)protected voidUserStoreCommands. getRemoteUser(User user)protected voidArchivedUserStoreCommands. printUsers(int counter, User user) -
Uses of User in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return User Modifier and Type Method Description UserOA2CILogonStoreLoader.CILU2Provider. get(boolean newIdentifier)Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type User Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User>CILOA2ConfigurationLoader. getUP() -
Uses of User in org.cilogon.oauth2.servlet.servlet
Methods in org.cilogon.oauth2.servlet.servlet that return User Modifier and Type Method Description protected UserAbstractDBService. findUser(UserMultiID userMultiKey, String idp)protected UserAbstractDBService. getUserNoIDP(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, UserMultiID userMultiKey)Finds the most recently created user with a specificUserMultiID.protected UserAbstractDBService. OLDfindUser(UserMultiID userMultiKey, String idp)Methods in org.cilogon.oauth2.servlet.servlet with parameters of type User Modifier and Type Method Description protected booleanAbstractDBService. updateUserfromProperties(User user, org.cilogon.oauth2.servlet.servlet.AbstractDBService.UserProperties userProperties)User properties are sent in the request.protected voidAbstractDBService. userLogic(User u, UserMultiID k)This method tries to determine what id to use to find the user.protected voidAbstractDBService. writeUser(User user, int statusCode, javax.servlet.http.HttpServletResponse response)Utility to take a user and put it in the response, with all the appropriate fields.protected voidAbstractDBService. writeUser(User user, TwoFactorInfo tfi, int statusCode, javax.servlet.http.HttpServletResponse response) -
Uses of User in org.cilogon.oauth2.servlet.storage.archiveUser
Fields in org.cilogon.oauth2.servlet.storage.archiveUser declared as User Modifier and Type Field Description UserArchivedUser. userMethods in org.cilogon.oauth2.servlet.storage.archiveUser that return User Modifier and Type Method Description UserArchivedUser. getUser()Methods in org.cilogon.oauth2.servlet.storage.archiveUser with parameters of type User Modifier and Type Method Description voidArchivedUser. setUser(User user) -
Uses of User in org.cilogon.oauth2.servlet.storage.user
Classes in org.cilogon.oauth2.servlet.storage.user with type parameters of type User Modifier and Type Class Description classUserConverter<T extends User>Created by Jeff Gaynor
on 4/16/12 at 5:34 PMMethods in org.cilogon.oauth2.servlet.storage.user that return User Modifier and Type Method Description UserUser. clone()Returns a completely new user whose information is identical to this user.UserCILSQLUserStore. create()UserCILSQLUserStore. create(boolean newSerialString)UserMemoryUserStore. create()UserMemoryUserStore. create(boolean newIdentifier)UserUserFileStore. create()UserUserFileStore. create(boolean newIdentifier)UserUserStore. create(boolean newSerialString)Create a user, optionally with a new serial string.UserCILSQLUserStore. createAndRegisterUser(UserMultiID userMultiKey, String idP, String idPDisplayName, String firstName, String lastName, String email, String affiliation, String displayName, String organizationalUnit)UserMemoryUserStore. createAndRegisterUser(UserMultiID userMultiKey, String idP, String idPDisplayName, String firstName, String lastName, String email, String affiliation, String displayName, String organizationalUnit)UserUserFileStore. createAndRegisterUser(UserMultiID userMultiKey, String idP, String idPDisplayName, String firstName, String lastName, String email, String affiliation, String displayName, String organizationalUnit)UserUserStore. createAndRegisterUser(UserMultiID userMultiKey, String idP, String idPDisplayName, String firstName, String lastName, String email, String affiliation, String displayName, String organizationalUnit)Create a user from all the given possible information.UserCILSQLUserStore. get(Object o)API-specific.UserCILSQLUserStore. get(String remoteUser, String idP)API-specific get by remoteUser and IDP.UserMemoryUserStore. get(Object key)UserUserFileStore. get(Object key)UserUserProvider. get(boolean newIdentifier)This will make a new user object.UserMemoryUserStore. put(edu.uiuc.ncsa.security.core.Identifier key, User value)Methods in org.cilogon.oauth2.servlet.storage.user that return types with arguments of type User Modifier and Type Method Description Set<Map.Entry<edu.uiuc.ncsa.security.core.Identifier,User>>CILSQLUserStore. entrySet()Collection<User>CILSQLUserStore. get(UserMultiID userMultiKey, String idP)Get the user using theUserMultiIDand entity ID (aka IDP).Collection<User>MemoryUserStore. get(UserMultiID userMultiKey, String idP)Collection<User>UserFileStore. get(UserMultiID userMultiKey, String idP)Collection<User>UserStore. get(UserMultiID userMultiKey, String idP)The remote user and idp together form a composite key for access.List<User>MemoryUserStore. getMostRecent(int n, List<String> attributes)List<User>UserFileStore. getMostRecent(int n, List<String> attributes)edu.uiuc.ncsa.security.core.XMLConverter<User>MemoryUserStore. getXMLConverter()Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type User Modifier and Type Method Description booleanUser. compare(User user)This compares the 6 major keys of the given user to this.voidUser. copyTo(User u2, boolean copyID)Copy this user into the given user.String[]DNState. getDNNames(User user)UserMemoryUserStore. put(edu.uiuc.ncsa.security.core.Identifier key, User value)voidUserFileStore. realSave(boolean checkExists, User t)voidMemoryUserStore. save(User value)voidUserFileStore. save(User t)voidCILSQLUserStore. update(User user)Update the user.voidMemoryUserStore. update(User value)voidUserFileStore. update(User t)voidCILSQLUserStore. updateCheckSerialString(User user, boolean keepSerialID)voidMemoryUserStore. updateCheckSerialString(User user, boolean keepSerialID)voidUserFileStore. updateCheckSerialString(User user, boolean noNewSerialID)voidUserStore. updateCheckSerialString(User user, boolean noNewSerialID)Save the current user but do not change the serial identifier.protected voidMemoryUserStore. updateIndex(PersonName personName, String idp, User user, Map<String,User> index)Method parameters in org.cilogon.oauth2.servlet.storage.user with type arguments of type User Modifier and Type Method Description protected voidMemoryUserStore. fromIndex(PersonName personName, String idp, Map<String,User> index, Map<edu.uiuc.ncsa.security.core.Identifier,User> users)protected voidMemoryUserStore. updateIndex(PersonName personName, String idp, User user, Map<String,User> index)Constructor parameters in org.cilogon.oauth2.servlet.storage.user with type arguments of type User Constructor Description CILFSUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)CILSQLUserStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> idp, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)CILSQLUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)MemoryUserStore(edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> up, Incrementable incrementable)MultiUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode cn, boolean disableDefaultStore, edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, Incrementable incrementable)UserFileStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> up, edu.uiuc.ncsa.security.storage.data.MapConverter converter, boolean removeEmptyFiles, Incrementable incrementable, boolean removeFailedFiles) -
Uses of User in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return User Modifier and Type Method Description UserDBServiceSerializer. deserializeUser(InputStream is, User user)This takes a user as the argument since the user requires a reference to the namespace resolution machinery of the server environment.Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type User Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User>CILogonConfiguration. getUP()Methods in org.cilogon.oauth2.servlet.util with parameters of type User Modifier and Type Method Description UserDBServiceSerializer. deserializeUser(InputStream is, User user)This takes a user as the argument since the user requires a reference to the namespace resolution machinery of the server environment.protected voidDBServiceSerializer. doUserSerialization(PrintWriter w, User user)Override this method if you have to extend the user.protected static intDNUtil. getCase(User user)protected static StringDNUtil. getDefaultDN(User user, boolean returnEmail)static StringDNUtil. getDN(User user, AbstractCILServiceTransaction transaction, boolean returnEmail)protected static StringDNUtil. getFNLDN(User user, boolean returnEmail)protected static StringDNUtil. getLIGODN(User user, boolean returnEmail)edu.uiuc.ncsa.security.storage.XMLMapDBServiceClient. getUser(User user)Convenience method to get a user with new information.voidDBServiceSerializer. serialize(PrintWriter w, User user, int statusCode)voidDBServiceSerializer. serialize(PrintWriter w, User user, TwoFactorInfo tfi, int statusCode)protected voidDBServiceSerializer. setUserField(User user, String head, String tail) -
Uses of User in org.cilogon.qdl.module.storage
Classes in org.cilogon.qdl.module.storage with type parameters of type User Modifier and Type Class Description classUserStemMC<V extends User>Created by Jeff Gaynor
on 12/22/20 at 2:54 PM
-