Uses of Interface
io.undertow.security.idm.Credential
-
Packages that use Credential Package Description io.undertow.security.idm -
-
Uses of Credential in io.undertow.security.idm
Subinterfaces of Credential in io.undertow.security.idm Modifier and Type Interface Description interfaceDigestCredentialAn extension ofCredentialto provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanismis in use.Classes in io.undertow.security.idm that implement Credential Modifier and Type Class Description classExternalCredentialRepresentation of an external credential.classGSSContextCredentialACredentialto wrap an established GSSContext.classPasswordCredentialA Credential representing the password of an Account.classX509CertificateCredentialACredentialimplementation which wraps an X.509 certificate.Methods in io.undertow.security.idm with parameters of type Credential Modifier and Type Method Description AccountIdentityManager. 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.AccountIdentityManager. verify(String id, Credential credential)Verify a suppliedCredentialagainst a requested ID.
-