Package | Description |
---|---|
io.undertow.security.idm |
Modifier and Type | Interface | Description |
---|---|---|
interface |
DigestCredential |
An extension of
Credential to provide some additional methods needed to enable verification of a request where
DigestAuthenticationMechanism is in use. |
Modifier and Type | Class | Description |
---|---|---|
class |
ExternalCredential |
Representation of an external credential.
|
class |
GSSContextCredential |
A
Credential to wrap an established GSSContext. |
class |
PasswordCredential |
A Credential representing the password of an Account.
|
class |
X509CertificateCredential |
A
Credential implementation which wraps an X.509 certificate. |
Modifier and Type | Method | 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(java.lang.String id,
Credential credential) |
Verify a supplied
Credential against a requested ID. |
Copyright © 2018. All rights reserved.