|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPasswordException | |
org.dbxml.core.security | Defines several classes for dbXML access control and authentication. |
Uses of InvalidPasswordException in org.dbxml.core.security |
Methods in org.dbxml.core.security that throw InvalidPasswordException | |
Credentials |
DBSecurityManager.authenticate(java.lang.String username,
java.lang.String password)
Authenticates the user and retrieves a credentials object for the provided username and password. |
Credentials |
LocalSecurityManager.authenticate(java.lang.String username,
java.lang.String password)
Authenticates the user and retrieves a credentials object for the provided username and password. |
Constructors in org.dbxml.core.security that throw InvalidPasswordException | |
PasswordCredentials(java.lang.String username,
java.lang.String password,
Database db)
Creates a new PasswordCredentials using the username and password provided. |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |