- AUTH_TYPE_CERTIFICATE - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is a Certificate object containing the certificate
presented by the user.
- AUTH_TYPE_PASSWORD_ENC - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is a String object containing the SHA1 hash of the
plaintext password.
- AUTH_TYPE_PASSWORD_PLAIN - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is a String object containing the plaintext password.
- AUTH_TYPE_REQUEST - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is a HttpServletRequest object containing the required
authentication information in request or session attributes/parameters.
- AUTH_TYPE_SHARED_SECRET - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is an String object containing shared secret of
some type, or a unique key.
- AUTH_TYPE_UNKNOWN - Static variable in interface org.itracker.core.AuthenticationConstants
-
The authentication information is of an unknown type, or not provided.
- AuthenticationConstants - Interface in org.itracker.core
-
This interface defines some constants used by the pluggable authentication system.