Compoze Software, Inc.

Package com.compoze.security

Provides the classes and interfaces for the security framework.

See:
          Description

Interface Summary
IUserAuthenticationFactory Classes that implements this interface provide the base for authentication of a user.
 

Class Summary
AccessManager This class provides the base for managing permissions for users and groups on a particular resource.
Group This class represents a group of principals.
InfoStore This class represents an information store.
PrincipalImpl This class represents a base implementation of a principal.
User This class represents an application User.
UserInfo This class represents a data holder for user information such user name and credential (for example: password, public key).
 

Exception Summary
AccessManagerException This exception is thrown by the AccessManager to indicate that an error occured.
InvalidAuthenticationException This exception is thrown by the IUserAuthenticationFactory to indicate that a user could not be authenticated.
 

Package com.compoze.security Description

Provides the classes and interfaces for the security framework. This includes classes that implement an easily configurable, fine-grained access control security architecture. The AccessManager provides the basis for granting, revoking and denying permissions on a resource.


Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.