org.ejbca.samples |
|
Java Source File Name | Type | Comment |
AuthResult.java | Class | Class containing the complete result from an authenticateUser request. |
HttpGetCert.java | Class | Example how a certificate can be fetched programmatically using HTTP/S. |
NullAuthenticationSessionBean.java | Class | Approves all authentication requests that contain a DN as the username, password is ignored and
the username is returned as DN. |
RemoteAuthenticationSessionBean.java | Class | Authenticates users towards a remote user database, using HTTP-based protocol.
-AuthResult.java
-RemoteVerifyServlet.java
These files are a sample of a remote user database providing user authentication
to the CA when the CA is about to generate a certificate for a user. |
RemoteVerifyServlet.java | Class | Servlet to authenticate a user. |