Class DefaultClientType
java.lang.Object
org.keycloak.services.clienttype.impl.DefaultClientType
- All Implemented Interfaces:
ClientType
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultClientType
(ClientTypeRepresentation clientType, ClientType parentClientType) -
Method Summary
Modifier and TypeMethodDescriptionaugment
(ClientModel client) getName()
<T> T
getTypeValue
(String optionName, Class<T> optionType) boolean
isApplicable
(String optionName)
-
Constructor Details
-
DefaultClientType
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceClientType
-
isApplicable
- Specified by:
isApplicable
in interfaceClientType
-
getTypeValue
- Specified by:
getTypeValue
in interfaceClientType
-
getOptionNames
- Specified by:
getOptionNames
in interfaceClientType
-
augment
- Specified by:
augment
in interfaceClientType
-