Xindice API

Package org.apache.xindice.core.security

Defines several classes for Xindice access control and authentication.

See:
          Description

Interface Summary
Credentials Credenials encapsulates authentication credentials within the system.
DBSecurityManager SecurityManager is the interface to the access control functionality of the server.
 

Class Summary
LocalSecurityManager Implements security based off of configurations stored in the local database configuration.
PasswordCredentials PasswordCredentials provides a Credentials implementation that uses usernames and passwords stored in the Systemdatabase.
Permission  
ResourcePermissions  
 

Exception Summary
AccessDeniedException A AccessDeniedException is thrown if access is denied to a resource within the database.
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.
 

Package org.apache.xindice.core.security Description

Defines several classes for Xindice access control and authentication.


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation