Class TsiHandshakeHandler.HandshakeValidator.SecurityDetails

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private io.grpc.InternalChannelz.Security security  
      private io.grpc.SecurityLevel securityLevel  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecurityDetails​(io.grpc.SecurityLevel securityLevel, io.grpc.InternalChannelz.Security security)
      Constructs SecurityDetails.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.InternalChannelz.Security getSecurity()  
      io.grpc.SecurityLevel getSecurityLevel()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • securityLevel

        private final io.grpc.SecurityLevel securityLevel
      • security

        private final io.grpc.InternalChannelz.Security security
    • Constructor Detail

      • SecurityDetails

        public SecurityDetails​(io.grpc.SecurityLevel securityLevel,
                               @Nullable
                               io.grpc.InternalChannelz.Security security)
        Constructs SecurityDetails.
    • Method Detail

      • getSecurity

        public io.grpc.InternalChannelz.Security getSecurity()
      • getSecurityLevel

        public io.grpc.SecurityLevel getSecurityLevel()