Package | Description |
---|---|
io.undertow.security.idm | |
io.undertow.security.impl |
Modifier and Type | Method | Description |
---|---|---|
static DigestAlgorithm |
DigestAlgorithm.forName(java.lang.String name) |
|
DigestAlgorithm |
DigestCredential.getAlgorithm() |
Obtain the selected
DigestAlgorithm 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.
|
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) |
Copyright © 2018. All rights reserved.