UserAuthenticator
LDAPAuthenticationSchemeImpl
public abstract class JNDIAuthenticationSchemeBase extends java.lang.Object implements UserAuthenticator
UserAuthenticator
Modifier and Type | Field | Description |
---|---|---|
protected JNDIAuthenticationService |
authenticationService |
|
protected java.util.Properties |
initDirContextEnv |
|
protected java.lang.String |
providerURL |
|
private AccessFactory |
store |
Constructor | Description |
---|---|
JNDIAuthenticationSchemeBase(JNDIAuthenticationService as,
java.util.Properties dbProperties) |
Modifier and Type | Method | Description |
---|---|---|
protected static java.sql.SQLException |
getLoginSQLException(java.lang.Exception e) |
|
private void |
setInitDirContextEnv(java.util.Properties dbProps) |
Construct the initial JNDI directory context environment Properties
object.
|
protected abstract void |
setJNDIProviderProperties() |
To be OVERRIDEN by subclasses.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authenticateUser
protected final JNDIAuthenticationService authenticationService
protected java.lang.String providerURL
private AccessFactory store
protected java.util.Properties initDirContextEnv
public JNDIAuthenticationSchemeBase(JNDIAuthenticationService as, java.util.Properties dbProperties)
protected abstract void setJNDIProviderProperties()
private void setInitDirContextEnv(java.util.Properties dbProps)
protected static final java.sql.SQLException getLoginSQLException(java.lang.Exception e)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.