@Retention(value=RUNTIME) public @interface Secured
| 限定符和类型 | 可选元素和说明 |
|---|---|
ActionTypes |
action
The action type of the request.
|
Class<? extends ResourceParser> |
parser
Custom resource parser.
|
String |
resource
The name of resource related to the request.
|
String |
signType
The module of resource related to the request.
|
String[] |
tags
Specified tags for this secured, these tags will be injected into
Resource
as the keys and values of properties. |
public abstract ActionTypes action
public abstract String resource
public abstract String signType
public abstract Class<? extends ResourceParser> parser
Copyright © 2018–2023 Alibaba Group. All rights reserved.