|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
public class FilterInvocationDefinitionSourceMapping
Configuration entry for FilterInvocationDefinitionSource, that holds
the url to be protected and the ConfigAttributes as String
that apply to that url.
| Constructor Summary | |
|---|---|
FilterInvocationDefinitionSourceMapping()
|
|
| Method Summary | |
|---|---|
void |
addConfigAttribute(String configAttribute)
Add a ConfigAttribute as String |
List |
getConfigAttributes()
|
String |
getUrl()
Url to be secured. |
void |
setConfigAttributes(List roles)
|
void |
setUrl(String url)
Url to be secured. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterInvocationDefinitionSourceMapping()
| Method Detail |
|---|
public void setUrl(String url)
url - public String getUrl()
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 | |||||||||