| Package | Description | 
|---|---|
| io.undertow.security.idm | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DigestCredentialAn extension of  Credentialto provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanismis in use. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExternalCredentialRepresentation of an external credential. | 
| class  | GSSContextCredentialA  Credentialto wrap an established GSSContext. | 
| class  | PasswordCredentialA Credential representing the password of an Account. | 
| class  | X509CertificateCredentialA  Credentialimplementation which wraps an X.509 certificate. | 
| Modifier and Type | Method and Description | 
|---|---|
| Account | IdentityManager. 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. | 
| Account | IdentityManager. verify(String id,
      Credential credential)Verify a supplied  Credentialagainst a requested ID. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.