|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> jdbc >> [ authentication overview ] | PREV NEXT | ||||||||
A
- AuthenticationServiceBase - class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase.
- This is the authentication service base class.
- AuthenticationServiceBase() - Constructor for class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- AuthenticationTrace - Static variable in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Trace flag to trace authentication operations
- apply(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- attrDN - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- authenticate(String, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Authenticate a User inside JBMS.T his is an overload method.
- authenticateUser(String, String, String, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.BasicAuthenticationServiceImpl
- Authenticate the passed-in user's credentials.
- authenticateUser(String, String, String, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- Authenticate the passed-in user's credentials.
- authenticateUser(String, String, String, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl
- Authenticate the passed-in user's credentials.
- authenticationProvider - Variable in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationService
- authenticationScheme - Variable in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- authenticationService - Variable in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
B
- BasicAuthenticationServiceImpl - class org.apache.derby.impl.jdbc.authentication.BasicAuthenticationServiceImpl.
- This authentication service is the basic Cloudscape User authentication level support.
- BasicAuthenticationServiceImpl() - Constructor for class org.apache.derby.impl.jdbc.authentication.BasicAuthenticationServiceImpl
- boot(boolean, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Start this module.
- boot(boolean, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.BasicAuthenticationServiceImpl
- boot(boolean, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationService
- boot(boolean, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl
- boot(boolean, Properties) - Method in class org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
C
- canSupport(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.BasicAuthenticationServiceImpl
- Check if we should activate this authentication service.
- canSupport(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationService
- Check if we should activate the JNDI authentication service.
- canSupport(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl
- Check if we should activate this authentication service.
- canSupport(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
- Check if we should activate this authentication service.
D
- dfltLDAPURL - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
E
- encryptPassword(String) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- This method encrypts a clear user password using a Single Hash algorithm such as SHA-1 (SHA equivalent) (it is a 160 bits digest) The digest is returned as an object string.
G
- getDNFromUID(String) - Method in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- Search for the full user's DN in the LDAP server.
- getDatabaseProperty(String) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- getLoginSQLException(Exception) - Static method in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
- getProperty(String) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Returns a property if it was set at the database or system level.
- getSystemProperty(String) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
I
- ID_PATTERN_NEW_SCHEME - Static variable in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Pattern that is prefixed to the stored password in the new authentication scheme
- init(boolean, Dictionary) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- initDirContextEnv - Variable in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
J
- JNDIAuthenticationSchemeBase - class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase.
- This is the base JNDI authentication scheme class.
- JNDIAuthenticationSchemeBase(JNDIAuthenticationService, Properties) - Constructor for class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
- JNDIAuthenticationService - class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationService.
- This is the JNDI Authentication Service base class.
- JNDIAuthenticationService() - Constructor for class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationService
L
- LDAPAuthenticationSchemeImpl - class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl.
- This is the Cloudscape LDAP authentication scheme implementation.
- LDAPAuthenticationSchemeImpl(JNDIAuthenticationService, Properties) - Constructor for class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_LOCAL_USER_DN - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_SEARCH_AUTH_DN - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_SEARCH_AUTH_PW - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_SEARCH_BASE - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_SEARCH_FILTER - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- LDAP_SEARCH_FILTER_USERNAME - Static variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- leftSearchFilter - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
M
- MAGICLEN_NEWENCRYPT_SCHEME - Static variable in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Length of the encrypted password in the new authentication scheme See Beetle4601
- map(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
N
- NoneAuthenticationServiceImpl - class org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl.
- This authentication service does not care much about authentication.
- NoneAuthenticationServiceImpl() - Constructor for class org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl
O
- org.apache.derby.impl.jdbc.authentication - package org.apache.derby.impl.jdbc.authentication
P
- providerURL - Variable in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
R
- requireAuthentication(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- rightSearchFilter - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
S
- SpecificAuthenticationServiceImpl - class org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl.
- This authentication service is a specific/user defined User authentication level support.
- SpecificAuthenticationServiceImpl() - Constructor for class org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
- searchAuthDN - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- searchAuthPW - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- searchBaseDN - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- setAuthenticationService(UserAuthenticator) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- setInitDirContextEnv(Properties) - Method in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
- Construct the initial JNDI directory context environment Properties object.
- setJNDIProviderProperties() - Method in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
- To be OVERRIDEN by subclasses.
- setJNDIProviderProperties() - Method in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
- This method basically tests and sets default/expected JNDI properties for the JNDI provider scheme (here it is LDAP).
- specificAuthenticationScheme - Variable in class org.apache.derby.impl.jdbc.authentication.SpecificAuthenticationServiceImpl
- stop() - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- store - Variable in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- store - Variable in class org.apache.derby.impl.jdbc.authentication.JNDIAuthenticationSchemeBase
T
- toHexByte(String, int, int) - Static method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
- Convert a string into a byte array in hex format.
U
- useUserPropertyAsDN - Variable in class org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl
V
- validate(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase
A B C D E G I J L M N O P R S T U V
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> jdbc >> [ authentication overview ] | PREV NEXT | ||||||||