Uses of Class
org.dspace.authenticate.IPMatcher
-
Packages that use IPMatcher Package Description org.dspace.authenticate End-user authentication manager, interface and implementations. -
-
Uses of IPMatcher in org.dspace.authenticate
Fields in org.dspace.authenticate with type parameters of type IPMatcher Modifier and Type Field Description protected Map<IPMatcher,UUID>IPAuthentication. ipMatcherGroupIDsMaps IPMatchers to group IDs (Integers) where we know the group DB IDprotected Map<IPMatcher,String>IPAuthentication. ipMatcherGroupNamesMaps IPMatchers to group names when we don't know group DB ID yet.protected List<IPMatcher>IPAuthentication. ipMatchersAll the IP matchersprotected List<IPMatcher>IPAuthentication. ipNegativeMatchersAll the negative IP matchers
-