Example usage for org.springframework.security.web.server.authentication ServerAuthenticationConverter interface-usage

List of usage examples for org.springframework.security.web.server.authentication ServerAuthenticationConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.server.authentication ServerAuthenticationConverter interface-usage.

Usage

From source file org.springframework.security.web.server.authentication.ServerX509AuthenticationConverter.java

/**
 * Converts from a {@link SslInfo} provided by a request to an {@link PreAuthenticatedAuthenticationToken} that can be authenticated.
 *
 * @author Alexey Nesterov
 * @since 5.2
 */