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.keycloakFields in org.keycloak declared as RelativeUrlsUsed Modifier and Type Field Description protected RelativeUrlsUsedAbstractOAuthClient. relativeUrlsUsedMethods in org.keycloak that return RelativeUrlsUsed Modifier and Type Method Description RelativeUrlsUsedAbstractOAuthClient. getRelativeUrlsUsed()Methods in org.keycloak with parameters of type RelativeUrlsUsed Modifier and Type Method Description voidAbstractOAuthClient. setRelativeUrlsUsed(RelativeUrlsUsed relativeUrlsUsed)
- 
Uses of RelativeUrlsUsed in org.keycloak.common.enumsMethods 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.
 
-