Package org.qtunes.auth

The "auth" package contains the API interface to authorize user actions - managing logins, sessions etc.

See:
          Description

Interface Summary
Auth The Auth class handles creation of Sessions and determining what rights those Sessions have.
Authorizer An Authorizer determines what actions can be performed by a specific Session.
 

Class Summary
BasicAuthorizer A simple Authorizer that tests a Session aganst a SessionMatcher.
SessionMatcher A AbstractMatcher which can be used to match a Session object.
 

Package org.qtunes.auth Description

The "auth" package contains the API interface to authorize user actions - managing logins, sessions etc.