Uses of Class
org.keycloak.client.registration.cli.common.EndpointType
-
-
Uses of EndpointType in org.keycloak.client.registration.cli.aesh
Methods in org.keycloak.client.registration.cli.aesh that return EndpointType Modifier and Type Method Description EndpointTypeEndpointTypeConverter. convert(org.jboss.aesh.console.command.converter.ConverterInvocation converterInvocation) -
Uses of EndpointType in org.keycloak.client.registration.cli.commands
Fields in org.keycloak.client.registration.cli.commands declared as EndpointType Modifier and Type Field Description protected EndpointTypeCreateCmd. regType -
Uses of EndpointType in org.keycloak.client.registration.cli.common
Methods in org.keycloak.client.registration.cli.common that return EndpointType Modifier and Type Method Description EndpointTypeCmdStdinContext. getEndpointType()static EndpointTypeEndpointType. of(String name)static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.client.registration.cli.common with parameters of type EndpointType Modifier and Type Method Description voidCmdStdinContext. setEndpointType(EndpointType regType) -
Uses of EndpointType in org.keycloak.client.registration.cli.util
Methods in org.keycloak.client.registration.cli.util with parameters of type EndpointType Modifier and Type Method Description static StringHttpUtil. getExpectedContentType(EndpointType type)static CmdStdinContextParseUtil. parseFileOrStdin(String file, EndpointType type)
-