org.figure8.join.control.config
Class AccessControlConfig

java.lang.Object
  extended by org.figure8.join.control.config.AccessControlConfig
All Implemented Interfaces:
java.io.Serializable

public class AccessControlConfig
extends java.lang.Object
implements java.io.Serializable

A JavaBean representing the configuration information of the security control filter of a Join application. These informations represents security constraints for action execution.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Serialized Form

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

AccessControlConfig

public AccessControlConfig()
Creates a new instance of AccessControlConfig

Method Detail

addActionConstraint

public void addActionConstraint(ActionConstraintConfig constraint)
Add a new ActionConstraintConfig instance to the set associated.

Parameters:
constraint - The new constraint configuration instance to be added

findActionConstraint

public ActionConstraintConfig findActionConstraint(java.lang.String path)
Return the action constraint configuration for the specified path, if any; otherwise return null.

Parameters:
path - Path of the action constraint configuration to return
Returns:
The corresponding ActionConstraintConfig


Copyright © 2005-2008 Join. All Rights Reserved.