Uses of Class
org.dspace.authenticate.IPMatcherException
-
Packages that use IPMatcherException Package Description org.dspace.authenticate End-user authentication manager, interface and implementations. -
-
Uses of IPMatcherException in org.dspace.authenticate
Methods in org.dspace.authenticate that throw IPMatcherException Modifier and Type Method Description booleanIPMatcher. match(String ipIn)Determine whether the given full IP falls within the range thisIPMatcherwas initialized with.Constructors in org.dspace.authenticate that throw IPMatcherException Constructor Description IPMatcher(String ipSpec)Construct an IPMatcher that will test for the given IP specification
-