Uses of Class
io.mangoo.routing.bindings.Authentication
-
Packages that use Authentication Package Description io.mangoo.routing io.mangoo.routing.bindings -
-
Uses of Authentication in io.mangoo.routing
Methods in io.mangoo.routing that return Authentication Modifier and Type Method Description AuthenticationAttachment. getAuthentication()Methods in io.mangoo.routing with parameters of type Authentication Modifier and Type Method Description voidAttachment. setAuthentication(Authentication authentication) -
Uses of Authentication in io.mangoo.routing.bindings
Methods in io.mangoo.routing.bindings that return Authentication Modifier and Type Method Description static AuthenticationAuthentication. create()AuthenticationRequest. getAuthentication()AuthenticationAuthentication. login(String subject)Performs a login by setting the authentication to the given identifier Please note, that calling validLogin is mandatory before this call!AuthenticationAuthentication. rememberMe()Sets the remember me functionality to true, default is falseAuthenticationAuthentication. rememberMe(boolean remember)Sets the remember me functionality, default is falseAuthenticationAuthentication. twoFactorAuthentication(boolean twoFactor)Sets the requirement of the two factor authentication, default is falseAuthenticationAuthentication. withExpires(LocalDateTime expires)AuthenticationAuthentication. withSubject(String subject)Methods in io.mangoo.routing.bindings with parameters of type Authentication Modifier and Type Method Description RequestRequest. withAuthentication(Authentication authentication)
-