Class CM7591Config
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.cm.CMConfig
-
- org.oa4mp.server.loader.oauth2.cm.CM7591Config
-
public class CM7591Config extends CMConfig
Configuration object for RFC 7591 (dynamic client registration) support. This operates at the server level, not as an attribute of a given client. See the online documentation for details. A simple, global level template is available.Created by Jeff Gaynor
on 8/21/21 at 4:58 PM
-
-
Field Summary
Fields Modifier and Type Field Description boolean
anonymousOK
boolean
autoApprove
String
autoApproverName
edu.uiuc.ncsa.security.core.Identifier
template
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.CMConfig
enabled, isConfigured, protocol, uri
-
-
Constructor Summary
Constructors Constructor Description CM7591Config()
CM7591Config(String protocol, URI uri, boolean enabled, edu.uiuc.ncsa.security.core.Identifier template, boolean anonymousOK, boolean autoApprove)
-
-
-
Field Detail
-
template
public edu.uiuc.ncsa.security.core.Identifier template
-
anonymousOK
public boolean anonymousOK
-
autoApprove
public boolean autoApprove
-
autoApproverName
public String autoApproverName
-
-