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 org.keycloak.models.ClientModelclientModelprotected org.keycloak.representations.idm.ClientRepresentationclientRep
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractClientConfigWrapper(org.keycloak.models.ClientModel clientModel, org.keycloak.representations.idm.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)
-
-
-
Method Detail
-
getAttributes
protected Object getAttributes()
-
-