Package | Description |
---|---|
org.picketlink.credential | |
org.picketlink.idm.credential | |
org.picketlink.idm.credential.handler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLoginCredentials
The default Credentials implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestCredentials
Represents a DIGEST based credential.
|
class |
TokenCredential
Represents the credentials typically used to by token-based authentication.
|
class |
TOTPCredentials
An extension of the
UsernamePasswordCredentials that
includes an OTP token |
class |
UsernamePasswordCredentials
Represents the credentials typically used by standard username/password authentication.
|
class |
X509CertificateCredentials
A credential representing an X509 certificate for certificate-based authentication
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentialHandler<S extends IdentityStore<?>,V extends AbstractBaseCredentials,U>
Base class for
CredentialHandler implementations. |
Copyright © 2014. All rights reserved.