Uses of Class
io.undertow.security.idm.DigestAlgorithm
-
Packages that use DigestAlgorithm Package Description io.undertow.security.idm io.undertow.security.impl -
-
Uses of DigestAlgorithm in io.undertow.security.idm
Methods in io.undertow.security.idm that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithm
DigestAlgorithm. forName(java.lang.String name)
DigestAlgorithm
DigestCredential. getAlgorithm()
Obtain the selectedDigestAlgorithm
for the request being authenticated.static DigestAlgorithm
DigestAlgorithm. valueOf(java.lang.String name)
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 DigestAlgorithm Constructor Description DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms, java.util.List<DigestQop> supportedQops, java.lang.String realmName, java.lang.String domain, NonceManager nonceManager)
DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms, java.util.List<DigestQop> supportedQops, java.lang.String realmName, java.lang.String domain, NonceManager nonceManager, java.lang.String mechanismName)
DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms, java.util.List<DigestQop> supportedQops, java.lang.String realmName, java.lang.String domain, NonceManager nonceManager, java.lang.String mechanismName, IdentityManager identityManager)
-