org.pac4j.javalin.SecurityHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javalin-pac4j Show documentation
Show all versions of javalin-pac4j Show documentation
Security library for Javalin based on pac4j
package org.pac4j.javalin;
import io.javalin.http.Context;
import io.javalin.http.Handler;
import io.javalin.http.UnauthorizedResponse;
import org.pac4j.core.config.Config;
import org.pac4j.core.engine.DefaultSecurityLogic;
import org.pac4j.core.engine.SecurityLogic;
import static org.pac4j.core.util.CommonHelper.assertNotNull;
public class SecurityHandler implements Handler {
private String AUTH_GRANTED = "AUTH_GRANTED";
public SecurityLogic
© 2015 - 2025 Weber Informatics LLC | Privacy Policy