com.atlassian.seraph.interceptor
Interface Interceptor

All Superinterfaces:
Initable
All Known Subinterfaces:
LoginInterceptor, LogoutInterceptor

public interface Interceptor
extends Initable

The base interface for Seraph interceptors. Interceptors allow you to run code before and after security events.


Method Summary
 void destroy()
           
 
Methods inherited from interface com.atlassian.seraph.Initable
init
 

Method Detail

destroy

public void destroy()


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.