java:ldapextloginmodule
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
java:ldapextloginmodule [2010/10/15 21:55] – rlunaro | java:ldapextloginmodule [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LdapExtLoginModule ====== | ====== LdapExtLoginModule ====== | ||
+ | |||
+ | [[http:// | ||
The org.jboss.security.auth.spi.LdapExtLoginModule, | The org.jboss.security.auth.spi.LdapExtLoginModule, | ||
Line 13: | Line 15: | ||
Examples of standard property names are: | Examples of standard property names are: | ||
- | Context.INITIAL_CONTEXT_FACTORY = " | + | Context.INITIAL_CONTEXT_FACTORY = " |
- | Context.SECURITY_PROTOCOL = " | + | Context.SECURITY_PROTOCOL = " |
- | Context.PROVIDER_URL = " | + | Context.PROVIDER_URL = " |
- | Context.SECURITY_AUTHENTICATION = " | + | Context.SECURITY_AUTHENTICATION = " |
The authentication happens in 2 steps: | The authentication happens in 2 steps: | ||
Line 96: | Line 98: | ||
__searchScope__ : Sets the search scope to one of the strings. The default is | __searchScope__ : Sets the search scope to one of the strings. The default is | ||
SUBTREE_SCOPE. | SUBTREE_SCOPE. | ||
- | OBJECT_SCOPE : only search the named roles context. | + | |
- | ONELEVEL_SCOPE : search directly under the named roles context. | + | OBJECT_SCOPE : only search the named roles context. |
- | SUBTREE_SCOPE : If the roles context is not a DirContext, search only the object. | + | ONELEVEL_SCOPE : search directly under the named roles context. |
+ | SUBTREE_SCOPE : If the roles context is not a DirContext, search only the object. | ||
If the roles context is a DirContext, search the subtree rooted at the | If the roles context is a DirContext, search the subtree rooted at the | ||
named object, including the named object itself | named object, including the named object itself |
java/ldapextloginmodule.1287179721.txt.gz · Last modified: 2022/12/02 21:02 (external edit)