Uses of Class
org.keycloak.admin.ui.rest.model.UsedBy.UsedByType
-
Packages that use UsedBy.UsedByType Package Description org.keycloak.admin.ui.rest.model -
-
Uses of UsedBy.UsedByType in org.keycloak.admin.ui.rest.model
Methods in org.keycloak.admin.ui.rest.model that return UsedBy.UsedByType Modifier and Type Method Description UsedBy.UsedByTypeUsedBy. getType()static UsedBy.UsedByTypeUsedBy.UsedByType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsedBy.UsedByType[]UsedBy.UsedByType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.admin.ui.rest.model with parameters of type UsedBy.UsedByType Modifier and Type Method Description voidUsedBy. setType(UsedBy.UsedByType type)Constructors in org.keycloak.admin.ui.rest.model with parameters of type UsedBy.UsedByType Constructor Description UsedBy(UsedBy.UsedByType type, List<String> values)
-