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