Uses of Interface
io.streamthoughts.azkarra.http.security.auth.Authentication
-
Packages that use Authentication Package Description io.streamthoughts.azkarra.http.security.auth io.streamthoughts.azkarra.http.security.jaas.spi -
-
Uses of Authentication in io.streamthoughts.azkarra.http.security.auth
Classes in io.streamthoughts.azkarra.http.security.auth that implement Authentication Modifier and Type Class Description class
AbstractAuthentication<T extends Credentials>
class
JAASAuthentication
class
SSLClientAuthentication
class
UsernamePasswordAuthentication
Methods in io.streamthoughts.azkarra.http.security.auth that return Authentication Modifier and Type Method Description Authentication
AuthenticationManager. authenticate(Authentication authentication)
Performs the authentication.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.Authentication
AuthenticationContext. getAuthentication()
Gets the currently authenticated principal.Authentication
UndertowAuthenticationContext. getAuthentication()
Gets the currently authenticated principal.Methods in io.streamthoughts.azkarra.http.security.auth with parameters of type Authentication Modifier and Type Method Description Authentication
AuthenticationManager. authenticate(Authentication authentication)
Performs the authentication.void
AuthenticationContext. setAuthentication(Authentication authentication)
Sets the currently authenticated principal.void
UndertowAuthenticationContext. setAuthentication(Authentication authentication)
Sets the currently authenticated principal. -
Uses of Authentication in io.streamthoughts.azkarra.http.security.jaas.spi
Classes in io.streamthoughts.azkarra.http.security.jaas.spi with type parameters of type Authentication Modifier and Type Class Description class
AuthenticationCallback<T extends Authentication>
Methods in io.streamthoughts.azkarra.http.security.jaas.spi with parameters of type Authentication Modifier and Type Method Description void
DefaultAuthenticationCallbackHandler. setAuthentication(Authentication authentication)
-