org.apache.derby.impl.jdbc.authentication
Class JNDIAuthenticationSchemeBase
- java.lang.Object
-
- org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
-
- All Implemented Interfaces:
- UserAuthenticator
- Direct Known Subclasses:
- LDAPAuthenticationSchemeImpl
public abstract class JNDIAuthenticationSchemeBase extends java.lang.Object implements UserAuthenticator
This is the base JNDI authentication scheme class. The generic environment JNDI properties for the selected JNDI scheme are retrieved here so that the user can set JNDI properties at the database or system level.- See Also:
UserAuthenticator
-
-
Constructor Summary
Constructors Constructor and Description JNDIAuthenticationSchemeBase(JNDIAuthenticationService as, java.util.Properties dbProperties)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.derby.authentication.UserAuthenticator
authenticateUser
-
-
-
-
Constructor Detail
-
JNDIAuthenticationSchemeBase
public JNDIAuthenticationSchemeBase(JNDIAuthenticationService as, java.util.Properties dbProperties)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG