public class AnonymousAuth extends java.lang.Object implements IAuthenticator
Modifier and Type | Field and Description |
---|---|
java.lang.String |
authid |
java.lang.String |
authmethod |
Constructor and Description |
---|
AnonymousAuth() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ChallengeResponse> |
onChallenge(Session session,
Challenge challenge) |
public final java.lang.String authmethod
public final java.lang.String authid
public java.util.concurrent.CompletableFuture<ChallengeResponse> onChallenge(Session session, Challenge challenge)
onChallenge
in interface IAuthenticator