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 SummaryFields Modifier and Type Field Description protected ClientModelclientModelprotected ClientRepresentationclientRep
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractClientConfigWrapper(ClientModel clientModel, ClientRepresentation clientRep)
 - 
Method SummaryAll 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- 
clientModelprotected final ClientModel clientModel 
 - 
clientRepprotected final ClientRepresentation clientRep 
 
- 
 - 
Constructor Detail- 
AbstractClientConfigWrapperprotected AbstractClientConfigWrapper(ClientModel clientModel, ClientRepresentation clientRep) 
 
- 
 - 
Method Detail- 
getAttributesprotected Object getAttributes() 
 
- 
 
-