- AddressChecker - Class in org.icatproject.authentication
-
Utility to check IP4 and IP6 addresses for acceptability.
- AddressChecker(String) - Constructor for class org.icatproject.authentication.AddressChecker
-
Takes a space separated list of patterns to accept
- authenticate(Map<String, String>, String) - Method in interface org.icatproject.authentication.Authenticator
-
- Authentication - Class in org.icatproject.authentication
-
An authentication object holding both the raw user name and the mechanism
To support multiple authentication mechanism at a site, an authentication object holds both the
name of the mechanism and the user name authenticated by that mechanism.
- Authentication(String, String) - Constructor for class org.icatproject.authentication.Authentication
-
- Authenticator - Interface in org.icatproject.authentication
-
An interface to be implemented by an ICAT authenticator plugin.