Interface GrpcAuthenticationExtractor

All Known Implementing Classes:
BearerTokenAuthenticationExtractor, HttpBasicAuthenticationExtractor, SslContextPreAuthenticationExtractor

public interface GrpcAuthenticationExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.springframework.security.core.Authentication
    extract(io.grpc.Metadata headers, io.grpc.Attributes attributes, io.grpc.MethodDescriptor<?,?> method)
     
  • Method Details

    • extract

      @Nullable org.springframework.security.core.Authentication extract(io.grpc.Metadata headers, io.grpc.Attributes attributes, io.grpc.MethodDescriptor<?,?> method)