Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.PasswordHashAlgorithmType
-
Packages that use PasswordHashAlgorithmType Package Description io.apiman.gateway.engine.policies.config.basicauth -
-
Uses of PasswordHashAlgorithmType in io.apiman.gateway.engine.policies.config.basicauth
Methods in io.apiman.gateway.engine.policies.config.basicauth that return PasswordHashAlgorithmType Modifier and Type Method Description PasswordHashAlgorithmTypeJDBCIdentitySource. getHashAlgorithm()static PasswordHashAlgorithmTypePasswordHashAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordHashAlgorithmType[]PasswordHashAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.gateway.engine.policies.config.basicauth with parameters of type PasswordHashAlgorithmType Modifier and Type Method Description voidJDBCIdentitySource. setHashAlgorithm(PasswordHashAlgorithmType hashAlgorithm)
-