Xindice API

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

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

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

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