|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
org.dbxml.core.security | Defines several classes for dbXML access control and authentication. |
Uses of Credentials in org.dbxml.core.security |
Classes in org.dbxml.core.security that implement Credentials | |
class |
PasswordCredentials
PasswordCredentials provides a Credentials implementation that uses usernames and passwords stored in the Systemdatabase. |
Methods in org.dbxml.core.security that return Credentials | |
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. |
Methods in org.dbxml.core.security with parameters of type Credentials | |
void |
DBSecurityManager.checkAccess(java.lang.String resource,
int requestedAccess,
Credentials cred)
Determines if the provided credentials are valid for accessing the specified resource. |
void |
LocalSecurityManager.checkAccess(java.lang.String resource,
int requestedAccess,
Credentials cred)
Determines if the provided credentials are valid for accessing the specified resource. |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |