Package org.keycloak.protocol.oidc
Class AbstractClientConfigWrapper
java.lang.Object
org.keycloak.protocol.oidc.AbstractClientConfigWrapper
- Direct Known Subclasses:
OIDCAdvancedConfigWrapper
,OIDCClientSecretConfigWrapper
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClientModel
protected final ClientRepresentation
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractClientConfigWrapper
(ClientModel clientModel, ClientRepresentation clientRep) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getAttribute
(String attrKey) protected String
getAttribute
(String attrKey, String defaultValue) getAttributeMultivalued
(String attrKey) protected Object
protected void
setAttribute
(String attrKey, String attrValue) void
setAttributeMultivalued
(String attrKey, List<String> attrValues)
-
Field Details
-
clientModel
-
clientRep
-
-
Constructor Details
-
AbstractClientConfigWrapper
-
-
Method Details
-
getAttribute
-
getAttribute
-
getAttributes
-
setAttribute
-
getAttributeMultivalued
-
setAttributeMultivalued
-