Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL of exported DomainPasswordLoginService/http-login/<login.mechanism>/login
<login.mechanism> beeing i.e. jaas from org.clazzes.login.jaasldap from org.clazzes.login.ldaphttp from org.clazzes.login.http.

Starting with version 1.12.0 of http-login-adapter, the timezone of the user logging in is determined via javascript and propagated to the server as the login time zone, when the configuration parameter doTimeZoneDetection=true is set. The login timezone may be queried using HttpLoginServer.getTimeZone() or ThreadLocalManager.getLoginTimeZone() when using HttpCheckLoginInterceptor of http-aop-util-1.2.0 or later

...

login URLremarks
/http-login/<login.mechanism>/login?tz=America/Los_Angeles
login with the browser's default locale and Los Angeles time zone
/http-login/<login.mechanism>/login?tz=GMT+01:00&locale=fr
login with a timezone with fixed offset and a french locale.
/http-login/<login.mechanism>/login?locale=fr-CA
login with a french canadian locale.

...

Testpad

There is a small testpad application to play with this adapter.

...