Xindice API

Uses of Package
org.apache.xindice.core.security

Packages that use org.apache.xindice.core.security
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.security Defines several classes for Xindice access control and authentication. 
 

Classes in org.apache.xindice.core.security used by org.apache.xindice.core
DBSecurityManager
          SecurityManager is the interface to the access control functionality of the server.
 

Classes in org.apache.xindice.core.security used by org.apache.xindice.core.security
AccessDeniedException
          A AccessDeniedException is thrown if access is denied to a resource within the database.
Credentials
          Credenials encapsulates authentication credentials within the system.
DBSecurityManager
          SecurityManager is the interface to the access control functionality of the server.
InvalidCredentialsException
          A InvalidCredentialsException is thrown if the credentials used in an access control method are invalid.
InvalidPasswordException
          A InvalidPasswordException is thrown if access is denied to a resource within the database.
SecurityException
          A SecurityException is thrown if access is denied to a resource within the database.
UnknownUserException
          A UnknownUserException is thrown if access is denied to a resource within the database.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation