Package io.crossbar.autobahn.wamp.auth
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.Stringauthidstatic java.lang.Stringauthmethod
-
Constructor Summary
Constructors Constructor Description AnonymousAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthMethod()java8.util.concurrent.CompletableFuture<ChallengeResponse>onChallenge(Session session, Challenge challenge)
-
-
-
Field Detail
-
authmethod
public static final java.lang.String authmethod
- See Also:
- Constant Field Values
-
authid
public final java.lang.String authid
-
-
Method Detail
-
onChallenge
public java8.util.concurrent.CompletableFuture<ChallengeResponse> onChallenge(Session session, Challenge challenge)
- Specified by:
onChallengein interfaceIAuthenticator
-
getAuthMethod
public java.lang.String getAuthMethod()
- Specified by:
getAuthMethodin interfaceIAuthenticator
-
-