Uses of Class
io.mangoo.routing.bindings.Authentication
Packages that use Authentication
-
Uses of Authentication in io.mangoo.routing
Methods in io.mangoo.routing that return AuthenticationMethods in io.mangoo.routing with parameters of type AuthenticationModifier and TypeMethodDescriptionvoidAttachment.setAuthentication(Authentication authentication) -
Uses of Authentication in io.mangoo.routing.bindings
Methods in io.mangoo.routing.bindings that return AuthenticationModifier and TypeMethodDescriptionstatic AuthenticationAuthentication.create()Request.getAuthentication()Performs a login by setting the authentication to the given identifier Please note, that calling validLogin is mandatory before this call!Authentication.rememberMe()Sets remember me functionality to true, default is falseAuthentication.rememberMe(boolean remember) Sets remember me functionality, default is falseAuthentication.twoFactorAuthentication(boolean twoFactor) Sets the requirement of the two-factor authentication, default is falseAuthentication.withExpires(LocalDateTime expires) Authentication.withSubject(String subject) Methods in io.mangoo.routing.bindings with parameters of type Authentication