|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.intercept.method.MethodDefinitionSourceMapping
public class MethodDefinitionSourceMapping
Configuration entry for MethodDefinitionSource
, that holds
the method to be protected and the ConfigAttribute
s as String
that apply to that url.
Constructor Summary | |
---|---|
MethodDefinitionSourceMapping()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodDefinitionSourceMapping()
Method Detail |
---|
public void setMethodName(String methodName)
org.mydomain.MyClass.myMethod
methodName
- public String getMethodName()
public void setConfigAttributes(List roles)
roles
- List
<String
>public List getConfigAttributes()
List
<String
>public void addConfigAttribute(String configAttribute)
ConfigAttribute
as String
configAttribute
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |