Uses of Enum
org.keycloak.client.registration.cli.common.EndpointType
Packages that use EndpointType
Package
Description
-
Uses of EndpointType in org.keycloak.client.registration.cli.aesh
Methods in org.keycloak.client.registration.cli.aesh that return EndpointTypeModifier and TypeMethodDescriptionEndpointTypeConverter.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 -
Uses of EndpointType in org.keycloak.client.registration.cli.common
Methods in org.keycloak.client.registration.cli.common that return EndpointTypeModifier and TypeMethodDescriptionCmdStdinContext.getEndpointType()static EndpointTypestatic EndpointTypeReturns 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 -
Uses of EndpointType in org.keycloak.client.registration.cli.util
Methods in org.keycloak.client.registration.cli.util with parameters of type EndpointTypeModifier and TypeMethodDescriptionstatic StringHttpUtil.getExpectedContentType(EndpointType type) static CmdStdinContextParseUtil.parseFileOrStdin(String file, EndpointType type)