Uses of Enum
org.keycloak.common.enums.SslRequired
Packages that use SslRequired
-
Uses of SslRequired in org.keycloak.common.enums
Methods in org.keycloak.common.enums that return SslRequiredModifier and TypeMethodDescriptionstatic SslRequiredReturns the enum constant of this type with the specified name.static SslRequired[]SslRequired.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SslRequired in org.keycloak.common.util
Methods in org.keycloak.common.util with parameters of type SslRequiredModifier and TypeMethodDescriptionstatic voidUriUtils.checkUrl(SslRequired sslRequired, String url, String name)