java:ldapextloginmodule
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
java:ldapextloginmodule [2010/10/15 21:54] – creado rlunaro | java:ldapextloginmodule [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== LdapExtLoginModule ====== | ||
+ | |||
+ | |||
+ | [[http:// | ||
+ | |||
The org.jboss.security.auth.spi.LdapExtLoginModule, | The org.jboss.security.auth.spi.LdapExtLoginModule, | ||
is an alternate ldap login module implementation that uses searches for | is an alternate ldap login module implementation that uses searches for | ||
Line 10: | 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 93: | 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.1287179670.txt.gz · Last modified: 2022/12/02 21:02 (external edit)