Package org.keycloak.client.clienttype
Interface ClientType
- All Known Implementing Classes:
DefaultClientType
public interface ClientType
TODO:client-types javadocs
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescription<T> T
getDefaultValue
(String optionName, Class<T> optionType) getName()
boolean
isApplicable
(String optionName) boolean
isReadOnly
(String optionName) void
onCreate
(ClientRepresentation newClient) void
onUpdate
(ClientModel currentClient, ClientRepresentation clientToUpdate)
-
Method Details
-
getName
String getName() -
isApplicable
-
isReadOnly
-
getDefaultValue
-
onCreate
- Throws:
ClientTypeException
-
onUpdate
void onUpdate(ClientModel currentClient, ClientRepresentation clientToUpdate) throws ClientTypeException - Throws:
ClientTypeException
-