| java.lang.Object org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase org.apache.derby.impl.jdbc.authentication.NoneAuthenticationServiceImpl
NoneAuthenticationServiceImpl | final public class NoneAuthenticationServiceImpl extends AuthenticationServiceBase implements UserAuthenticator(Code) | | This authentication service does not care much about authentication.
It is a quiescient authentication service that will basically satisfy
any authentication request, as JBMS system was not instructed to have any
particular authentication scheme to be loaded at boot-up time.
author: Francois |
authenticateUser | public boolean authenticateUser(String userName, String userPassword, String databaseName, Properties info)(Code) | | Authenticate the passed-in user's credentials.
Parameters: userName - The user's name used to connect to JBMS system Parameters: userPassword - The user's password used to connect to JBMS system Parameters: databaseName - The database which the user wants to connect to. Parameters: info - Additional jdbc connection info. |
canSupport | public boolean canSupport(Properties properties)(Code) | | Check if we should activate this authentication service.
|
Methods inherited from org.apache.derby.impl.jdbc.authentication.AuthenticationServiceBase | public Serviceable apply(String key, Serializable value, Dictionary p)(Code)(Java Doc) public boolean authenticate(String databaseName, Properties userInfo) throws java.sql.SQLException(Code)(Java Doc) public void boot(boolean create, Properties properties) throws StandardException(Code)(Java Doc) protected String encryptPassword(String plainTxtUserPassword)(Code)(Java Doc) public String getDatabaseProperty(String key)(Code)(Java Doc) public String getProperty(String key)(Code)(Java Doc) public String getSystemProperty(String key)(Code)(Java Doc) public void init(boolean dbOnly, Dictionary p)(Code)(Java Doc) public Serializable map(String key, Serializable value, Dictionary p) throws StandardException(Code)(Java Doc) final protected boolean requireAuthentication(Properties properties)(Code)(Java Doc) protected void setAuthenticationService(UserAuthenticator aScheme)(Code)(Java Doc) public void stop()(Code)(Java Doc) protected String substitutePassword(String userName, String password, Properties info, boolean databaseUser)(Code)(Java Doc) public boolean validate(String key, Serializable value, Dictionary p)(Code)(Java Doc)
|
|
|