| Package | Description |
|---|---|
| com.atlassian.seraph.config | |
| com.atlassian.seraph.interceptor |
| Modifier and Type | Method and Description |
|---|---|
<T extends Interceptor> |
SecurityConfig.getInterceptors(Class<T> desiredInterceptorClass) |
<T extends Interceptor> |
SecurityConfigImpl.getInterceptors(Class<T> desiredInterceptorClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConfigImpl.addInterceptor(Interceptor interceptor)
Do not use in production! Only used in tests, will be removed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoginInterceptor
Allows interception of logins.
|
interface |
LogoutInterceptor
Implement this interface to intercept logout methods.
|
Copyright © 2018 Atlassian. All rights reserved.