Wiki source code of org.clazzes.login.jaas
Version 1.1 by christoph_lechleitner@iteg_at on 2012-10-04 01.54:59
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The jaas-login-service is provided as an OSGi bundle, which may be activated by | ||
| 2 | |||
| 3 | (% class="code" %) | ||
| 4 | ((( | ||
| 5 | obr:addurl http:~/~/maven.clazzes.org/repository.xml | ||
| 6 | obr:deploy jaas-login-service | ||
| 7 | ))) | ||
| 8 | |||
| 9 | The maven artifact is: | ||
| 10 | |||
| 11 | (% class="code" %) | ||
| 12 | ((( | ||
| 13 | <groupId>org.clazzes.login</groupId> | ||
| 14 | <artifactId>jaas-login-service</artifactId> | ||
| 15 | ))) | ||
| 16 | |||
| 17 | === {{id name="org.clazzes.login.jaas-Functionality"/}}Functionality === | ||
| 18 | |||
| 19 | The JAAS login service authenticates against users in a JAAS (//[[Java Authentication and Authorization Service>>url:http://de.wikipedia.org/wiki/Java_Authentication_and_Authorization_Service||rel="nofollow" shape="rect" class="external-link"]]//) domain. | ||
| 20 | |||
| 21 | === {{id name="org.clazzes.login.jaas-Configuration"/}}Configuration === | ||
| 22 | |||
| 23 | The JAAS login service may be configured using the OSGi configuration PID {{code language="none"}}org.clazzes.login.jaas{{/code}} using these configuration values: | ||
| 24 | |||
| 25 | (% class="wiki-content" %) | ||
| 26 | ((( | ||
| 27 | |=((( | ||
| 28 | (% class="tablesorter-header-inner" %) | ||
| 29 | ((( | ||
| 30 | Key | ||
| 31 | ))) | ||
| 32 | )))|=((( | ||
| 33 | (% class="tablesorter-header-inner" %) | ||
| 34 | ((( | ||
| 35 | Default Value | ||
| 36 | ))) | ||
| 37 | )))|=((( | ||
| 38 | (% class="tablesorter-header-inner" %) | ||
| 39 | ((( | ||
| 40 | Description | ||
| 41 | ))) | ||
| 42 | ))) | ||
| 43 | |((( | ||
| 44 | {{code language="none"}} | ||
| 45 | defaultDomain | ||
| 46 | {{/code}} | ||
| 47 | )))|((( | ||
| 48 | {{code language="none"}} | ||
| 49 | karaf | ||
| 50 | {{/code}} | ||
| 51 | )))|((( | ||
| 52 | The JAAS domain to use for principals, which do not contain a domain. | ||
| 53 | ))) | ||
| 54 | ))) |