org.clazzes.login.adapter.http
Login Adapter
The login-service-adapter org.clazzes.login.adapter.http listens for providers of the DomainPasswordLoginService interface and exports them adapted as a HttpLoginService (see https://svn.clazzes.org/svn/util/trunk/http-util/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java).
It is provided as an OSGi bundle, which may be activated by
obr:addurl http://maven.clazzes.org/repository.xml
obr:deploy http-login-adapter
The maven artifact is:
<groupId>org.clazzes.login</groupId>
<artifactId>http-login-adapter</artifactId>
URL of exported DomainPasswordLoginService: /http-login/<login.mechanism>/login
<login.mechanism> beeing i.e. jaas from jaas, ldap from ldap, http from http.
Testpad
There is a small testpad application to play with this adapter.
It is provided as an OSGi bundle, which may be activated by
obr:addurl http://maven.clazzes.org/repository.xml
obr:deploy http-login-testpad
The maven artifact is:
<groupId>org.clazzes.login</groupId>
<artifactId>http-login-testpad</artifactId>