Uses of Class
org.keycloak.it.junit5.extension.DistributionType
-
Packages that use DistributionType Package Description org.keycloak.it.junit5.extension -
-
Uses of DistributionType in org.keycloak.it.junit5.extension
Methods in org.keycloak.it.junit5.extension that return DistributionType Modifier and Type Method Description static DistributionTypeDistributionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributionType[]DistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.it.junit5.extension that return types with arguments of type DistributionType Modifier and Type Method Description static Optional<DistributionType>DistributionType. getCurrent()
-