Class Hierarchy Previous Next Index
java.lang.Object | +----COM.cloudscape.authentication.util.SimpleAuthenticationScheme
This authentication scheme is for SIMPLE User authentication level support.
It is an authentication provider for the version 1.5 default user Authentication scheme.
It provides basically the same functionality for User support (authentication) there was in version 1.5.
In version 2.0, users can now be defined as database properties. This gives customers a way to maintain the same user configuration as they had in version 1.5 until they upgrade to version 2.0.
public static final java.lang.String USER_PROPERTY_PREFIX
public SimpleAuthenticationScheme() throws COM.cloudscape.protocol.Database.Errors.StandardException, java.io.IOException
public void authenticateUser(java.lang.String userName, java.lang.String userPassword, java.lang.String databaseName, java.util.Properties info) throws AuthenticationException
userName
- The user's name used to connect to the Cloudscape system
userPassword
- The user's password used to connect to the Cloudscape system
databaseName
- The database which the user wants to connect to.
info
- Additional jdbc connection info.
public java.lang.String toString()
Class Hierarchy Previous Next Index