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

void destroy()


Copyright © 2013 Atlassian. All Rights Reserved.