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 TypeInterfaceDescriptioninterfaceAn extension ofCredentialto provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanismis in use.Classes in io.undertow.security.idm that implement CredentialModifier and TypeClassDescriptionclassRepresentation of an external credential.classACredentialto wrap an established GSSContext.final classA Credential representing the password of an Account.final classACredentialimplementation 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 suppliedCredentialagainst a requested ID.