Package | Description |
---|---|
ej.hoka.auth.session |
Utility classes to quickly setup authentication using cookie-based sessions.
|
Constructor and Description |
---|
AuthenticatedRequestHandler(SessionAuthenticator authenticator,
java.lang.String root)
Constructs the request handler.
|
LoginEndpoint(java.lang.String uri,
SessionAuthenticator authenticator)
Constructs the endpoint at given URI.
|
LogoutEndpoint(java.lang.String uri,
SessionAuthenticator sessionAuthenticator)
Constructs the endpoint at given URI.
|
RestAuthenticatedRequestHandler(SessionAuthenticator authenticator,
java.lang.String root)
Constructs the REST request handler.
|