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 class
CM7591Config
Configuration 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 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 org.oa4mp.server.loader.oauth2.cm with parameters of type CMConfig Modifier and Type Method Description CMConfig
CMConfigs. 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 String
OIDCCMServlet. getVersion(CMConfig cmConfig, javax.servlet.http.HttpServletRequest req)
-