@groovy.transform.CompileStatic class WebExpressionConfigAttribute extends java.lang.Object implements ConfigAttribute
Simple expression configuration attribute for use in web request authorizations. Based on the class of the same name in Spring Security which is package-default.
| Type | Name and description |
|---|---|
Expression |
authorizeExpression |
| Constructor and description |
|---|
WebExpressionConfigAttribute(Expression authorizeExpression)Constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getAttribute() |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Constructor.
authorizeExpression - the expression