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> TgetTypeValue(String optionName, Class<T> optionType) booleanisApplicable(String optionName)
-
Constructor Details
-
DefaultClientType
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceClientType
-
isApplicable
- Specified by:
isApplicablein interfaceClientType
-
getTypeValue
- Specified by:
getTypeValuein interfaceClientType
-
getOptionNames
- Specified by:
getOptionNamesin interfaceClientType
-
augment
- Specified by:
augmentin interfaceClientType
-