Uses of Class
org.oa4mp.server.loader.oauth2.cm.CMConfig
-
Packages that use CMConfig Package Description org.oa4mp.server.loader.oauth2.cm org.oa4mp.server.loader.oauth2.cm.oidc_cm -
-
Uses of CMConfig in org.oa4mp.server.loader.oauth2.cm
Subclasses of CMConfig in org.oa4mp.server.loader.oauth2.cm Modifier and Type Class Description classCM7591ConfigConfiguration object for RFC 7591 (dynamic client registration) support.Methods in org.oa4mp.server.loader.oauth2.cm that return CMConfig Modifier and Type Method Description protected static CMConfigCMConfigs. createConfigEntry(String protocol, String serverAddress, String endpoint, String rawURI, String enabled)Create and entry from a bunch of strings.static CMConfigCMConfigs. createConfigEntry(String protocol, String serverAddress, String endpoint, String rawURI, String enabled, String templateIdentifier, String rawAnonymousOK, String rawAutoApprove, String rawAutoApproverName)CMConfigCMConfigs. getOA4MPConfig()CMConfigCMConfigs. getRFC7592Config()CMConfigCMConfigs. put(CMConfig cmEntry)Methods in org.oa4mp.server.loader.oauth2.cm with parameters of type CMConfig Modifier and Type Method Description CMConfigCMConfigs. put(CMConfig cmEntry) -
Uses of CMConfig in org.oa4mp.server.loader.oauth2.cm.oidc_cm
Methods in org.oa4mp.server.loader.oauth2.cm.oidc_cm with parameters of type CMConfig Modifier and Type Method Description protected StringOIDCCMServlet. getVersion(CMConfig cmConfig, javax.servlet.http.HttpServletRequest req)
-