@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface NamespacePermission
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
fields
List of SpEL expressions which indicate the field to inspect for the namespace value.
|
NamespacePermissionEnum[] |
permissions
List of permissions which the current user needs to the namespaces evaluated by the fields.
|
public abstract String[] fields
public abstract NamespacePermissionEnum[] permissions
Copyright © 2019. All rights reserved.