User Tools

Site Tools


java:ldapextloginmodule

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
java:ldapextloginmodule [2010/10/15 23:55] rlunarojava:ldapextloginmodule [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== LdapExtLoginModule ====== ====== LdapExtLoginModule ======
  
 +
 +[[http://docs.jboss.org/jbossas/javadoc/4.0.4/security/org/jboss/security/auth/spi/LdapExtLoginModule.html|See javadoc here]]
  
 The org.jboss.security.auth.spi.LdapExtLoginModule, added in jboss-4.0.3,  The org.jboss.security.auth.spi.LdapExtLoginModule, added in jboss-4.0.3, 
Line 13: Line 15:
 Examples of standard property names are:  Examples of standard property names are: 
  
-Context.INITIAL_CONTEXT_FACTORY = "java.naming.factory.initial"  +Context.INITIAL_CONTEXT_FACTORY = "java.naming.factory.initial" \\ 
-Context.SECURITY_PROTOCOL = "java.naming.security.protocol"  +Context.SECURITY_PROTOCOL = "java.naming.security.protocol" \\ 
-Context.PROVIDER_URL = "java.naming.provider.url"  +Context.PROVIDER_URL = "java.naming.provider.url" \\ 
-Context.SECURITY_AUTHENTICATION = "java.naming.security.authentication" +Context.SECURITY_AUTHENTICATION = "java.naming.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 22:02 (external edit)