Uses of Interface
com.atlassian.seraph.interceptor.Interceptor

Packages that use Interceptor
com.atlassian.seraph.config   
com.atlassian.seraph.interceptor   
 

Uses of Interceptor in com.atlassian.seraph.config
 

Methods in com.atlassian.seraph.config with type parameters of type Interceptor
<T extends Interceptor>
java.util.List<T>
SecurityConfig.getInterceptors(java.lang.Class<T> desiredInterceptorClass)
           
<T extends Interceptor>
java.util.List<T>
SecurityConfigImpl.getInterceptors(java.lang.Class<T> desiredInterceptorClass)
           
 

Methods in com.atlassian.seraph.config with parameters of type Interceptor
 void SecurityConfigImpl.addInterceptor(Interceptor interceptor)
          Do not use in production! Only used in tests, will be removed.
 

Uses of Interceptor in com.atlassian.seraph.interceptor
 

Subinterfaces of Interceptor in com.atlassian.seraph.interceptor
 interface LoginInterceptor
          Allows interception of logins.
 interface LogoutInterceptor
          Implement this interface to intercept logout methods.
 



Copyright © 2012 Atlassian. All Rights Reserved.