Uses of Interface
io.undertow.security.idm.Credential
Packages that use Credential
-
Uses of Credential in io.undertow.security.idm
Subinterfaces of Credential in io.undertow.security.idmModifier and TypeInterfaceDescriptioninterface
An extension ofCredential
to provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanism
is in use.Classes in io.undertow.security.idm that implement CredentialModifier and TypeClassDescriptionclass
Representation of an external credential.class
ACredential
to wrap an established GSSContext.final class
A Credential representing the password of an Account.final class
ACredential
implementation which wraps an X.509 certificate.Methods in io.undertow.security.idm with parameters of type CredentialModifier and TypeMethodDescriptionIdentityManager.verify
(Credential credential) Perform verification when all we have is the Credential, in this case the IdentityManager is also responsible for mapping the Credential to an account.IdentityManager.verify
(String id, Credential credential) Verify a suppliedCredential
against a requested ID.