Class AbstractClientConfigWrapper

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

public abstract class AbstractClientConfigWrapper extends Object
  • Field Details

    • clientModel

      protected final ClientModel clientModel
    • clientRep

      protected final org.keycloak.representations.idm.ClientRepresentation clientRep
  • Constructor Details

    • AbstractClientConfigWrapper

      protected AbstractClientConfigWrapper(ClientModel clientModel, org.keycloak.representations.idm.ClientRepresentation clientRep)
  • 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)