org.acegisecurity.intercept.method
public class MethodDefinitionSourceMapping extends java.lang.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(java.lang.String configAttribute)
Add a
ConfigAttribute as String |
java.util.List |
getConfigAttributes() |
java.lang.String |
getMethodName()
Name of the method to be secured.
|
void |
setConfigAttributes(java.util.List roles) |
void |
setMethodName(java.lang.String methodName)
Name of the method to be secured, including package and class name.
|
public void setMethodName(java.lang.String methodName)
org.mydomain.MyClass.myMethod
methodName
- public java.lang.String getMethodName()
public void setConfigAttributes(java.util.List roles)
roles
- List
<String
>public java.util.List getConfigAttributes()
List
<String
>public void addConfigAttribute(java.lang.String configAttribute)
ConfigAttribute
as String
configAttribute
- Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.