@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Inherited @Documented public @interface RequiresAuthentication
| Modifier and Type | Required Element and Description |
|---|---|
String |
clientName |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isAjax |
String |
requireAllRoles |
String |
requireAnyRole |
boolean |
stateless |
String |
targetUrl |
Copyright © 2015. All Rights Reserved.