Constructor and Description |
---|
WebApp() |
Modifier and Type | Method and Description |
---|---|
String |
handleException(AuthorizationException e,
org.springframework.ui.Model model) |
static void |
main(String[] args) |
Realm |
realm() |
ShiroFilterChainDefinition |
shiroFilterChainDefinition() |
Subject |
subject() |
public WebApp()
@ExceptionHandler(value=AuthorizationException.class) @ResponseStatus(value=FORBIDDEN) public String handleException(AuthorizationException e, org.springframework.ui.Model model)
@Bean public ShiroFilterChainDefinition shiroFilterChainDefinition()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.