Interface Authenticator

All Superinterfaces:
AutoCloseable, Closeable

public interface Authenticator extends Closeable
Authentication mechanism.
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(String username, char[] password)
    Performs authentication using the supplied credentials and returns the authenticated Subject
    default void
     
    default void
    init(RespServer respServer)
    Invoked by the RespServer on startup.