|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.figure8.join.control.config.AccessControlConfig
public class AccessControlConfig
A JavaBean representing the configuration information of the security control filter of a Join application. These informations represents security constraints for action execution.
| Constructor Summary | |
|---|---|
AccessControlConfig()
Creates a new instance of AccessControlConfig |
|
| Method Summary | |
|---|---|
void |
addActionConstraint(ActionConstraintConfig constraint)
Add a new ActionConstraintConfig instance to the set associated. |
ActionConstraintConfig |
findActionConstraint(java.lang.String path)
Return the action constraint configuration for the specified path, if any; otherwise return null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessControlConfig()
| Method Detail |
|---|
public void addActionConstraint(ActionConstraintConfig constraint)
ActionConstraintConfig instance to the set associated.
constraint - The new constraint configuration instance to be addedpublic ActionConstraintConfig findActionConstraint(java.lang.String path)
null.
path - Path of the action constraint configuration to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||