org.qtunes.auth
Interface Authorizer

All Known Implementing Classes:
BasicAuthorizer

public interface Authorizer

An Authorizer determines what actions can be performed by a specific Session.


Method Summary
 java.util.Collection<java.lang.String> getAllowances(Session session)
          Return the set of allowances this Authorizer will allow for the specified Session, or null if no allowances are granted.
 

Method Detail

getAllowances

java.util.Collection<java.lang.String> getAllowances(Session session)
Return the set of allowances this Authorizer will allow for the specified Session, or null if no allowances are granted.