Uses of Class
com.authlete.common.util.digest.Digest.Feature
-
Packages that use Digest.Feature Package Description com.authlete.common.util.digest -
-
Uses of Digest.Feature in com.authlete.common.util.digest
Methods in com.authlete.common.util.digest that return Digest.Feature Modifier and Type Method Description static Digest.Feature
Digest.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static Digest.Feature[]
Digest.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.util.digest with parameters of type Digest.Feature Modifier and Type Method Description boolean
Digest. isEnabled(Digest.Feature feature)
Check if the specified feature is enabled.Digest
Digest. setEnabled(Digest.Feature feature, boolean enabled)
Enable or disable the specified feature.
-