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