Package org.keycloak.protocol.oidc
Class AbstractClientConfigWrapper
- java.lang.Object
-
- org.keycloak.protocol.oidc.AbstractClientConfigWrapper
-
- Direct Known Subclasses:
OIDCAdvancedConfigWrapper
,OIDCClientSecretConfigWrapper
public abstract class AbstractClientConfigWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientModel
clientModel
protected ClientRepresentation
clientRep
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractClientConfigWrapper(ClientModel clientModel, ClientRepresentation clientRep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAttribute(String attrKey)
protected String
getAttribute(String attrKey, String defaultValue)
List<String>
getAttributeMultivalued(String attrKey)
protected Object
getAttributes()
protected void
setAttribute(String attrKey, String attrValue)
void
setAttributeMultivalued(String attrKey, List<String> attrValues)
-
-
-
Field Detail
-
clientModel
protected final ClientModel clientModel
-
clientRep
protected final ClientRepresentation clientRep
-
-
Constructor Detail
-
AbstractClientConfigWrapper
protected AbstractClientConfigWrapper(ClientModel clientModel, ClientRepresentation clientRep)
-
-
Method Detail
-
getAttributes
protected Object getAttributes()
-
-