Uses of Package
org.qtunes.auth

Packages that use org.qtunes.auth
org.qtunes.auth The "auth" package contains the API interface to authorize user actions - managing logins, sessions etc. 
org.qtunes.auth.control   
org.qtunes.auth.spi An implementation of the "auth" package API 
 

Classes in org.qtunes.auth used by org.qtunes.auth
Authorizer
          An Authorizer determines what actions can be performed by a specific Session.
SessionMatcher
          A AbstractMatcher which can be used to match a Session object.
 

Classes in org.qtunes.auth used by org.qtunes.auth.control
Auth
          The Auth class handles creation of Sessions and determining what rights those Sessions have.
 

Classes in org.qtunes.auth used by org.qtunes.auth.spi
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.