dbXML API

Uses of Class
org.dbxml.core.security.UnknownUserException

Packages that use UnknownUserException
org.dbxml.core.security Defines several classes for dbXML access control and authentication. 
 

Uses of UnknownUserException in org.dbxml.core.security
 

Methods in org.dbxml.core.security that throw UnknownUserException
 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 UnknownUserException
PasswordCredentials(java.lang.String username, java.lang.String password, Database db)
          Creates a new PasswordCredentials using the username and password provided.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved