Uses of Enum Class
org.kiwiproject.registry.model.Port.Security
Packages that use Port.Security
-
Uses of Port.Security in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return Port.SecurityModifier and TypeMethodDescriptionstatic Port.SecurityPort.Security.fromScheme(String schemeToCheck) ReturnPort.Securityvalue for the given scheme, using a case-insensitive comparison.Port.getSecure()static Port.SecurityReturns the enum constant of this class with the specified name.static Port.Security[]Port.Security.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.registry.model with parameters of type Port.SecurityModifier and TypeMethodDescriptionstatic PortPort.of(int number, @Nullable Port.PortType portType, @Nullable Port.Security security) Convenience factory method to create a newPort.Port.PortBuilder.secure(Port.Security secure) -
Uses of Port.Security in org.kiwiproject.registry.util
Methods in org.kiwiproject.registry.util with parameters of type Port.SecurityModifier and TypeMethodDescriptionstatic PortPorts.findPort(List<Port> ports, Port.PortType type, Port.Security security) Finds a desired port given a security and type criteria.