Uses of Enum
io.undertow.security.idm.DigestAlgorithm
Packages that use DigestAlgorithm
-
Uses of DigestAlgorithm in io.undertow.security.idm
Methods in io.undertow.security.idm that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithm
DigestCredential.getAlgorithm()
Obtain the selectedDigestAlgorithm
for the request being authenticated.static DigestAlgorithm
Returns the enum constant of this type with the specified name.static DigestAlgorithm[]
DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DigestAlgorithm in io.undertow.security.impl
Constructor parameters in io.undertow.security.impl with type arguments of type DigestAlgorithmModifierConstructorDescriptionDigestAuthenticationMechanism
(List<DigestAlgorithm> supportedAlgorithms, List<DigestQop> supportedQops, String realmName, String domain, NonceManager nonceManager) DigestAuthenticationMechanism
(List<DigestAlgorithm> supportedAlgorithms, List<DigestQop> supportedQops, String realmName, String domain, NonceManager nonceManager, String mechanismName) DigestAuthenticationMechanism
(List<DigestAlgorithm> supportedAlgorithms, List<DigestQop> supportedQops, String realmName, String domain, NonceManager nonceManager, String mechanismName, IdentityManager identityManager)