sashenka
Interface Source

All Known Implementing Classes:
Server, User

public interface Source


Method Summary
 boolean isIgnored()
          Return whether or not this source should be ignored.
 boolean isVerified()
          Return whether or not the source is a verified source.
 

Method Detail

isVerified

public boolean isVerified()
Return whether or not the source is a verified source. I.e. has the user authenticated themselves via some mechanism.


isIgnored

public boolean isIgnored()
Return whether or not this source should be ignored. Ignored sources are discarded as if the request was never received.