
ws.wamp.jawampa.auth.client.ClientSideAuthentication Maven / Gradle / Ivy
Go to download
jawampa is a library that provides client and server support for the Web Application Messaging Protocol (WAMP) on the JVM.
package ws.wamp.jawampa.auth.client;
import ws.wamp.jawampa.WampMessages.AuthenticateMessage;
import ws.wamp.jawampa.WampMessages.ChallengeMessage;
import com.fasterxml.jackson.databind.ObjectMapper;
public interface ClientSideAuthentication {
String getAuthMethod();
AuthenticateMessage handleChallenge( ChallengeMessage message, ObjectMapper objectMapper );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy