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)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. -
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.Security security, Port.PortType type)Finds a desired port given a security and type criteria
-