Uses of Class
org.keycloak.common.enums.RelativeUrlsUsed
-
Packages that use RelativeUrlsUsed Package Description org.keycloak org.keycloak.common.enums -
-
Uses of RelativeUrlsUsed in org.keycloak
Fields in org.keycloak declared as RelativeUrlsUsed Modifier and Type Field Description protected RelativeUrlsUsed
AbstractOAuthClient. relativeUrlsUsed
Methods in org.keycloak that return RelativeUrlsUsed Modifier and Type Method Description RelativeUrlsUsed
AbstractOAuthClient. getRelativeUrlsUsed()
Methods in org.keycloak with parameters of type RelativeUrlsUsed Modifier and Type Method Description void
AbstractOAuthClient. setRelativeUrlsUsed(RelativeUrlsUsed relativeUrlsUsed)
-
Uses of RelativeUrlsUsed in org.keycloak.common.enums
Methods in org.keycloak.common.enums that return RelativeUrlsUsed Modifier and Type Method Description static RelativeUrlsUsed
RelativeUrlsUsed. 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.
-