Uses of Class
org.oa4mp.delegation.server.uuc.storage.UUCConfiguration
-
-
Uses of UUCConfiguration in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return UUCConfiguration Modifier and Type Method Description UUCConfiguration
OA2ClientCommands. getUucConfiguration()
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type UUCConfiguration Modifier and Type Method Description void
OA2ClientCommands. setUucConfiguration(UUCConfiguration uucConfiguration)
-
Uses of UUCConfiguration in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage with parameters of type UUCConfiguration Modifier and Type Method Description protected String
BaseClientSQLStore. createUUCQueryNEW(UUCConfiguration uucConfiguration)
protected String
BaseClientSQLStore. createUUCQueryOLD(UUCConfiguration uucConfiguration)
-
Uses of UUCConfiguration in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl with parameters of type UUCConfiguration Modifier and Type Method Description protected static boolean
GenericClientStoreUtils. acceptLADate(UUCConfiguration uucConfiguration, Date lastAccessed)
If the date complies with the configuration.static UUCResponse
GenericClientStoreUtils. unusedClientCleanup(BaseClientStore store, UUCConfiguration uucConfiguration)
-
Uses of UUCConfiguration in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc
Constructors in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc with parameters of type UUCConfiguration Constructor Description UUCRetentionPolicy(edu.uiuc.ncsa.security.core.Store store, UUCConfiguration config)
UUCThread(String name, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, BaseClientStore clientStore, UUCConfiguration uucConfiguration)
-