Uses of Interface
io.john.amiscaray.quak.security.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in io.john.amiscaray.quak.http.request
Methods in io.john.amiscaray.quak.http.request that return AuthenticationModifier and TypeMethodDescriptiondefault AuthenticationRequest.getUserAuthentication()Retrieves the user's authentication from the request attributes. -
Uses of Authentication in io.john.amiscaray.quak.security.auth
Classes in io.john.amiscaray.quak.security.auth that implement AuthenticationMethods in io.john.amiscaray.quak.security.auth that return AuthenticationModifier and TypeMethodDescriptiondefault AuthenticationAuthenticator.authenticate(Credentials credentials) Authenticate the given credentials.default AuthenticationAuthenticator.authenticate(String securityID) Tests that a given securityID exists. -
Uses of Authentication in io.john.amiscaray.quak.security.auth.filter
Methods in io.john.amiscaray.quak.security.auth.filter with parameters of type AuthenticationModifier and TypeMethodDescriptionprotected booleanAuthenticationFilter.validateUserRoles(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Authentication authentication)