Uses of Interface
io.streamthoughts.azkarra.http.security.auth.AuthenticationContext
-
Packages that use AuthenticationContext Package Description io.streamthoughts.azkarra.http.security.auth -
-
Uses of AuthenticationContext in io.streamthoughts.azkarra.http.security.auth
Classes in io.streamthoughts.azkarra.http.security.auth that implement AuthenticationContext Modifier and Type Class Description class
SSLAuthenticationContext
SSLSecurityContext.class
UndertowAuthenticationContext
Methods in io.streamthoughts.azkarra.http.security.auth that return AuthenticationContext Modifier and Type Method Description static AuthenticationContext
AuthenticationContextHolder. getAuthenticationContext()
Gets theAuthenticationContext
attached to the current thread of execution.Methods in io.streamthoughts.azkarra.http.security.auth with parameters of type AuthenticationContext Modifier and Type Method Description Principal
AzkarraPrincipalBuilder. buildPrincipal(AuthenticationContext context)
Builds thePrincipal
.static void
AuthenticationContextHolder. setAuthenticationContext(AuthenticationContext authenticationContext)
Sets a newAuthenticationContext
with the current thread of execution.
-