Package com.mastfrog.acteur.auth
package com.mastfrog.acteur.auth
-
ClassDescriptionAsyncAuthenticationModule<AuthInfoType>Configures an acteur application for asynchronous authentication.Asynchronous authenticator.Deprecated.Do not use directly - bind AuthenticationActeur instead, so that authentication strategies are pluggableDecorator which can do things to the response on authentication succeess/failure, such as setting/clearing cookiesResult of asynchronous authentication, injectable into subsequent acteurs.SimpleUser<IdType>A base interface for user object types which allows authentication frameworks such as acteur-auth to share basic user properties, so they can be dropped in.Simple implementation of SimpleUserUsed by AuthenticateBasicActeur.