Package net.spy.aaa

A Security Manager for use Within Applications

See:
          Description

Interface Summary
Authable Authable things.
AuthUser A user capable of checking its own password.
 

Class Summary
AuthableImpl Simple implementation of an Authable.
Authenticator Perform the actual authentication and generate a ticket, used internally by the SpySecurityManager.
SimpleAuthUser A simple implementation of AuthUser for that contains its own hashed password and can deal with checking it.
SpyPermission Permissions used in spy stuff.
SpyPermissionCollection A collection of permissions.
SpyPolicy A Policy for use in SpySecurityManager.
SpySecurityManager A flexible SecurityManager type thing for use within applications.
Token A token provided by a security manager after a successful authentication.
 

Exception Summary
AuthException Exception thrown when authentication failures occur.
SpySecurityException An Exception that will allow chaining of another Throwable.
SpySecurityPermissionException Security Exceptions thrown from Spy stuff.
 

Package net.spy.aaa Description

A Security Manager for use Within Applications