Interface SecurityContextFactory

    • Method Detail

      • createSecurityContext

        SecurityContext createSecurityContext​(HttpServerExchange exchange,
                                              AuthenticationMode mode,
                                              IdentityManager identityManager,
                                              String programmaticMechName)
        Deprecated.

        Instantiates and returns a SecurityContext using the specified parameters.

        Parameters:
        exchange - the HttpServerExchange instance.
        mode - the AuthenticationMode.
        identityManager - the IdentityManager instance.
        programmaticMechName - a String representing the programmatic mechanism name. Can be null.
        Returns:
        the constructed SecurityContext instance.