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

com.github.vzakharchenko.radius.providers.IRadiusAccountHandlerProvider Maven / Gradle / Ivy

package com.github.vzakharchenko.radius.providers;

import io.netty.channel.ChannelHandler;
import io.netty.channel.ChannelHandlerContext;
import org.keycloak.models.KeycloakSession;
import org.keycloak.provider.Provider;
import org.tinyradius.server.RequestCtx;

public interface IRadiusAccountHandlerProvider extends Provider {
    ChannelHandler getChannelHandler(KeycloakSession session);

    void directRead(ChannelHandlerContext ctx, RequestCtx msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy