Interface GrpcAuthenticationExtractor
- All Known Implementing Classes:
BearerTokenAuthenticationExtractor, HttpBasicAuthenticationExtractor, SslContextPreAuthenticationExtractor
public interface GrpcAuthenticationExtractor
-
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.security.core.Authenticationextract(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)
-