Xindice API

Uses of Class
org.apache.xindice.core.security.UnknownUserException

Packages that use UnknownUserException
org.apache.xindice.core.security Defines several classes for Xindice access control and authentication. 
 

Uses of UnknownUserException in org.apache.xindice.core.security
 

Methods in org.apache.xindice.core.security that throw UnknownUserException
 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.
 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.
 

Constructors in org.apache.xindice.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.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation