Uses of Class
no.polaric.core.auth.AuthInfo
Packages that use AuthInfo
-
Uses of AuthInfo in no.polaric.core.auth
Methods in no.polaric.core.auth that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfoAuthService.getAuthInfo(io.javalin.http.Context ctx) static AuthInfoAuthService.getAuthInfo(org.pac4j.core.context.WebContext context) Create an AuthInfo object from the user profile and add it as an attribute on the request (if not there already). -
Uses of AuthInfo in no.polaric.core.httpd
Fields in no.polaric.core.httpd declared as AuthInfoMethods in no.polaric.core.httpd that return AuthInfoModifier and TypeMethodDescriptionWsNotifier.authenticate(String qstring) Do authentication based on URL query-string.SesNotifier.Client.authInfo()WsNotifier.Client.authInfo()protected AuthInfoServerBase.getAuthInfo(io.javalin.http.Context ctx) Get info about logged-in user and authorizationMethods in no.polaric.core.httpd with parameters of type AuthInfo