|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.SecuredModel
public class SecuredModel
Model support for secured elements.
Secures a flow, state or transition. The user invoking this element must meet the required attributes otherwise access will be denied.
Warning: This model will only configure a security attribute in the definition. The flow execution must also be secured with a SecurityFlowExecutionListener.
SecurityFlowExecutionListener| Constructor Summary | |
|---|---|
SecuredModel(java.lang.String attributes)
Create a security settings model |
|
| Method Summary | |
|---|---|
Model |
createCopy()
Create a deep copy of this model. |
java.lang.String |
getAttributes()
|
java.lang.String |
getMatch()
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
void |
setAttributes(java.lang.String attributes)
|
void |
setMatch(java.lang.String match)
|
| Methods inherited from class org.springframework.webflow.engine.model.AbstractModel |
|---|
copy, copyList, merge, merge, merge, merge, merge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecuredModel(java.lang.String attributes)
attributes - the security attributes| Method Detail |
|---|
public boolean isMergeableWith(Model model)
Model
model - the model to compare
public void merge(Model model)
Model
model - the model to merge withpublic Model createCopy()
Model
public java.lang.String getAttributes()
public void setAttributes(java.lang.String attributes)
attributes - the attributes to setpublic java.lang.String getMatch()
public void setMatch(java.lang.String match)
match - the match to set
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||