public interface SecurityFilter
extends net.javapla.jawn.core.api.Filter
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
onRole(java.lang.String role) |
void |
redirectWhenLogout(java.lang.String toUrl) |
void |
redirectWhenNotAuth(java.lang.String toUrl) |
void |
redirectWhenNotLoggedIn(java.lang.String toUrl) |