Uses of Class
org.oa4mp.server.loader.oauth2.cm.CMConfig
-
Packages that use CMConfig Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm -
-
Uses of CMConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm
Subclasses of CMConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm Modifier and Type Class Description class
CM7591Config
Configuration object for RFC 7591 (dynamic client registration) support.Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm that return CMConfig Modifier and Type Method Description protected static CMConfig
CMConfigs. createConfigEntry(String protocol, String serverAddress, String endpoint, String rawURI, String enabled)
Create and entry from a bunch of strings.static CMConfig
CMConfigs. createConfigEntry(String protocol, String serverAddress, String endpoint, String rawURI, String enabled, String templateIdentifier, String rawAnonymousOK, String rawAutoApprove, String rawAutoApproverName)
CMConfig
CMConfigs. getOA4MPConfig()
CMConfig
CMConfigs. getRFC7592Config()
CMConfig
CMConfigs. put(CMConfig cmEntry)
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm with parameters of type CMConfig Modifier and Type Method Description CMConfig
CMConfigs. put(CMConfig cmEntry)
-