Class AbstractClientConfigWrapper

    • Field Detail

      • clientModel

        protected final org.keycloak.models.ClientModel clientModel
      • clientRep

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

      • AbstractClientConfigWrapper

        protected AbstractClientConfigWrapper​(org.keycloak.models.ClientModel clientModel,
                                              org.keycloak.representations.idm.ClientRepresentation clientRep)
    • Method Detail

      • getAttribute

        protected String getAttribute​(String attrKey)
      • 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)