Class AbstractClientConfigWrapper

java.lang.Object
org.keycloak.protocol.oidc.AbstractClientConfigWrapper
Direct Known Subclasses:
OIDCAdvancedConfigWrapper, OIDCClientSecretConfigWrapper

public abstract class AbstractClientConfigWrapper extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getAttribute

      protected String getAttribute(String attrKey)
    • getAttribute

      protected String getAttribute(String attrKey, String defaultValue)
    • getAttributes

      protected Object getAttributes()
    • setAttribute

      protected void setAttribute(String attrKey, String attrValue)
    • getAttributeMultivalued

      public List<String> getAttributeMultivalued(String attrKey)
    • setAttributeMultivalued

      public void setAttributeMultivalued(String attrKey, List<String> attrValues)