All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.unterrainer.commons.httpserver.accessmanager.UserAccessInterceptor Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.accessmanager;

import org.keycloak.representations.AccessToken;

import info.unterrainer.commons.httpserver.jsons.UserDataJson;
import io.javalin.http.Context;

@FunctionalInterface
public interface UserAccessInterceptor {

	void accept(Context ctx, AccessToken token, UserDataJson userDataJson);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy