public class MethodDefinitionSourceMapping extends Object
MethodDefinitionSource, that holds
the method to be protected and the ConfigAttributes as String
that apply to that url.| Constructor and Description |
|---|
MethodDefinitionSourceMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigAttribute(String configAttribute)
Add a
ConfigAttribute as String |
List |
getConfigAttributes() |
String |
getMethodName()
Name of the method to be secured.
|
void |
setConfigAttributes(List roles) |
void |
setMethodName(String methodName)
Name of the method to be secured, including package and class name.
|
public void setMethodName(String methodName)
org.mydomain.MyClass.myMethodmethodName - public String getMethodName()
public void addConfigAttribute(String configAttribute)
ConfigAttribute as StringconfigAttribute - Copyright © 2021. All rights reserved.