public class AuthSecure extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
expression |
private org.zodiac.commons.web.model.SimpleHttpMethod |
method |
private String |
pattern |
| 构造器和说明 |
|---|
AuthSecure() |
AuthSecure(org.zodiac.commons.web.model.SimpleHttpMethod method,
String pattern,
String expression) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExpression() |
org.zodiac.commons.web.model.SimpleHttpMethod |
getMethod() |
String |
getPattern() |
void |
setExpression(String expression) |
void |
setMethod(org.zodiac.commons.web.model.SimpleHttpMethod method) |
void |
setPattern(String pattern) |
private org.zodiac.commons.web.model.SimpleHttpMethod method
private String pattern
private String expression
public org.zodiac.commons.web.model.SimpleHttpMethod getMethod()
public void setMethod(org.zodiac.commons.web.model.SimpleHttpMethod method)
public String getPattern()
public void setPattern(String pattern)
public String getExpression()
public void setExpression(String expression)
Copyright © 2022 Zodiac. All rights reserved.