Uses of Class
org.keycloak.common.enums.RelativeUrlsUsed
-
Packages that use RelativeUrlsUsed Package Description org.keycloak.common.enums -
-
Uses of RelativeUrlsUsed in org.keycloak.common.enums
Methods in org.keycloak.common.enums that return RelativeUrlsUsed Modifier and Type Method Description static RelativeUrlsUsedRelativeUrlsUsed. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeUrlsUsed[]RelativeUrlsUsed. values()Returns an array containing the constants of this enum type, in the order they are declared.
-