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