Uses of Class
org.opennms.plugins.cloud.grpc.GrpcConnectionConfig.Security
-
Packages that use GrpcConnectionConfig.Security Package Description org.opennms.plugins.cloud.grpc -
-
Uses of GrpcConnectionConfig.Security in org.opennms.plugins.cloud.grpc
Methods in org.opennms.plugins.cloud.grpc that return GrpcConnectionConfig.Security Modifier and Type Method Description static GrpcConnectionConfig.SecurityGrpcConnectionConfig.Security. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GrpcConnectionConfig.Security[]GrpcConnectionConfig.Security. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opennms.plugins.cloud.grpc with parameters of type GrpcConnectionConfig.Security Constructor Description GrpcConnectionConfig(java.lang.String host, int port, GrpcConnectionConfig.Security security, java.lang.String clientTrustStore)Called by blueprint.xml.
-