Uses of Class
org.oa4mp.delegation.server.storage.uuc.UUCConfiguration
-
Packages that use UUCConfiguration Package Description org.oa4mp.delegation.server.storage.uuc org.oa4mp.server.admin.oauth2.tools -
-
Uses of UUCConfiguration in org.oa4mp.delegation.server.storage.uuc
Constructors in org.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)
-
Uses of UUCConfiguration in org.oa4mp.server.admin.oauth2.tools
Methods in org.oa4mp.server.admin.oauth2.tools that return UUCConfiguration Modifier and Type Method Description UUCConfiguration
OA2ClientCommands. getUucConfiguration()
Methods in org.oa4mp.server.admin.oauth2.tools with parameters of type UUCConfiguration Modifier and Type Method Description void
OA2ClientCommands. setUucConfiguration(UUCConfiguration uucConfiguration)
-