Interface IAuthenticator
-
- All Known Implementing Classes:
AnonymousAuth,ChallengeResponseAuth,CryptosignAuth,TicketAuth
public interface IAuthenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthMethod()java.util.concurrent.CompletableFuture<ChallengeResponse>onChallenge(Session session, Challenge challenge)
-
-
-
Method Detail
-
onChallenge
java.util.concurrent.CompletableFuture<ChallengeResponse> onChallenge(Session session, Challenge challenge)
-
getAuthMethod
java.lang.String getAuthMethod()
-
-