ecologylab.services.authentication.logging
Interface AuthLogging

All Known Implementing Classes:
DoubleThreadedAuthNIOServer

public interface AuthLogging

Interface for classes that will fire logging events based on authentication events.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Method Summary
 void addLoggingListener(Logging log)
           
 void fireLoggingEvent(AuthenticationOp op)
           
 

Method Detail

addLoggingListener

void addLoggingListener(Logging log)

fireLoggingEvent

void fireLoggingEvent(AuthenticationOp op)