Class AnonymousAuth

java.lang.Object
io.crossbar.autobahn.wamp.auth.AnonymousAuth
All Implemented Interfaces:
IAuthenticator

public class AnonymousAuth
extends java.lang.Object
implements IAuthenticator
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String authid  
    static java.lang.String authmethod  
  • Constructor Summary

    Constructors 
    Constructor Description
    AnonymousAuth()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAuthMethod()  
    java.util.concurrent.CompletableFuture<ChallengeResponse> onChallenge​(Session session, Challenge challenge)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait