Uses of Enum Class
org.keycloak.common.enums.RelativeUrlsUsed
Packages that use RelativeUrlsUsed
-
Uses of RelativeUrlsUsed in org.keycloak
Fields in org.keycloak declared as RelativeUrlsUsedMethods in org.keycloak that return RelativeUrlsUsedMethods in org.keycloak with parameters of type RelativeUrlsUsedModifier and TypeMethodDescriptionvoid
AbstractOAuthClient.setRelativeUrlsUsed
(RelativeUrlsUsed relativeUrlsUsed) -
Uses of RelativeUrlsUsed in org.keycloak.common.enums
Methods in org.keycloak.common.enums that return RelativeUrlsUsedModifier and TypeMethodDescriptionstatic RelativeUrlsUsed
Returns the enum constant of this class with the specified name.static RelativeUrlsUsed[]
RelativeUrlsUsed.values()
Returns an array containing the constants of this enum class, in the order they are declared.