Interface AuthenticationContainerDiscovery

    • Method Detail

      • getContainerName

        String getContainerName()
        Gets the container name such as Apache Tomcat, used for logging purpose
      • canAuthenticate

        boolean canAuthenticate​(AuthenticationConfiguration configuration)
        Whether the container can/should be used for authentication
        Parameters:
        configuration - the configuration option (muteable)
        Returns:
        true if the container is being used for authentication.