- JNDIAuthDir - Class in com.openmarket.directory.jndi.auth
-
- JNDIAuthDir(ICS) - Constructor for class com.openmarket.directory.jndi.auth.JNDIAuthDir
-
- jndiBaseURL - Static variable in class com.openmarket.directory.DirProperties
-
jndiBaseURL+"/"+baseDN=javax.naming.Context.PROVIDER_URL
- jndiConnectAsUser - Static variable in class com.openmarket.directory.DirProperties
-
True to connect to JNDI as the currently logged in user, false to connect with jndi.login as the principal and jndi.password as the credentials.
- jndiCustomVariables - Static variable in class com.openmarket.directory.DirProperties
-
Other, SPI-specific variables to pass into the
javax.naming.Context environment.
- JNDIDir - Class in com.openmarket.directory.jndi
-
Supports the dir tagsets.
- JNDIDir(ICS) - Constructor for class com.openmarket.directory.jndi.JNDIDir
-
Initializes ObjectPool of DirContext instances, if pooling is enabled
- JNDIDir.SupportingData - Class in com.openmarket.directory.jndi
-
- JNDIEnvironment(ICS) - Static method in class com.openmarket.directory.DirProperties
-
Reads all the relevant JNDI variables from the property files
and returns it in a format suitable for creation of a JNDI
Context.
- JNDIError - Exception in com.openmarket.directory.jndi.auth
-
- JNDIError(String) - Constructor for exception com.openmarket.directory.jndi.auth.JNDIError
-
- JNDIError(int) - Constructor for exception com.openmarket.directory.jndi.auth.JNDIError
-
- JNDIError(int, String) - Constructor for exception com.openmarket.directory.jndi.auth.JNDIError
-
- JNDIError(int, String[]) - Constructor for exception com.openmarket.directory.jndi.auth.JNDIError
-
- jndiLogin - Static variable in class com.openmarket.directory.DirProperties
-
If jndi.ConnectAsUser is set to "false", this is the principal to connect as (leave blank to connect anonymously).
- JNDILogin - Class in com.openmarket.directory.jndi.auth
-
- JNDILogin() - Constructor for class com.openmarket.directory.jndi.auth.JNDILogin
-
- jndiPassword - Static variable in class com.openmarket.directory.DirProperties
-
If jndi.ConnectAsUser is set to "false", this is the credentials for the jndi.login to connect as.
- jndipoolConnections - Static variable in class com.openmarket.directory.DirProperties
-
"true" indicates to the system to use pooled DirContexts
- jndipoolSize - Static variable in class com.openmarket.directory.DirProperties
-
This property indicates size of the pool
- JNDIUsers - Class in com.openmarket.directory.jndi.auth
-
This class is generic implementation of ICSUsers, ISingleSignOn and IManageUsers.
- JNDIUsers() - Constructor for class com.openmarket.directory.jndi.auth.JNDIUsers
-