Uses of Interface
io.streamthoughts.azkarra.http.security.auth.Credentials
-
Packages that use Credentials Package Description io.streamthoughts.azkarra.http.security io.streamthoughts.azkarra.http.security.auth -
-
Uses of Credentials in io.streamthoughts.azkarra.http.security
Methods in io.streamthoughts.azkarra.http.security that return Credentials Modifier and Type Method Description Credentials
AzkarraAccount. getCredentials()
Constructors in io.streamthoughts.azkarra.http.security with parameters of type Credentials Constructor Description AzkarraAccount(Principal principal, Credentials credentials, UserDetails userDetails)
Creates a newAzkarraAccount
instance. -
Uses of Credentials in io.streamthoughts.azkarra.http.security.auth
Classes in io.streamthoughts.azkarra.http.security.auth with type parameters of type Credentials Modifier and Type Class Description class
AbstractAuthentication<T extends Credentials>
Classes in io.streamthoughts.azkarra.http.security.auth that implement Credentials Modifier and Type Class Description class
DigestPasswordCredentials
class
PasswordCredentials
class
PlainPasswordCredentials
Representation of a plain text user password.class
X509CertificateCredentials
X509CertificateCredentials.Methods in io.streamthoughts.azkarra.http.security.auth that return Credentials Modifier and Type Method Description Credentials
Authentication. getCredentials()
TheCredentials
of the user to authenticate.Methods in io.streamthoughts.azkarra.http.security.auth with parameters of type Credentials Modifier and Type Method Description Authentication
Authenticator. authenticate(Principal principal, Credentials credentials)
Authenticates the current user for the specified principal and credentials.Authentication
BasicAuthenticator. authenticate(Principal principal, Credentials credentials)
Authenticates the current user for the specified principal and credentials.Authentication
CertClientAuthenticator. authenticate(Principal principal, Credentials credentials)
Authenticates the current user for the specified principal and credentials.
-