Class BasicGrpcAuthenticationReader

java.lang.Object
net.devh.boot.grpc.server.security.authentication.BasicGrpcAuthenticationReader
All Implemented Interfaces:
GrpcAuthenticationReader

public class BasicGrpcAuthenticationReader extends Object implements GrpcAuthenticationReader
Reads basic auth credentials from the request.
  • Constructor Details

    • BasicGrpcAuthenticationReader

      public BasicGrpcAuthenticationReader()
  • Method Details