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 ClientModelclientModelprotected ClientRepresentationclientRep
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractClientConfigWrapper(ClientModel clientModel, ClientRepresentation clientRep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAttribute(String attrKey)protected StringgetAttribute(String attrKey, String defaultValue)List<String>getAttributeMultivalued(String attrKey)protected ObjectgetAttributes()protected voidsetAttribute(String attrKey, String attrValue)voidsetAttributeMultivalued(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()
-
-