public class MethodDefinitionSourceMapping extends Object
MethodDefinitionSource
, that holds
the method to be protected and the ConfigAttribute
s 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.myMethod
methodName
- public String getMethodName()
public void addConfigAttribute(String configAttribute)
ConfigAttribute
as String
configAttribute
- Copyright © 2015. All rights reserved.