Class Patterns
java.lang.Object
com.sshtools.common.publickey.authorized.Patterns
Implements OpenSSH patterns as defined in http://man.openbsd.org/ssh_config.5#PATTERNS
- Author:
- lee
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic booleanmatches(Collection<String> patterns, String value) static booleanmatchesWithCIDR(Collection<String> patterns, String value)
-
Constructor Details
-
Patterns
public Patterns()
-
-
Method Details
-
matchesWithCIDR
- Throws:
IOException
-
matches
-
main
- Throws:
IOException
-