|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityFilterConfig
This interface defines a generic configuration object for the initialization of a security filter. It provides two methods to read initialization parameters that are set for particular filter implementations in the Portal configuration.
| Method Summary | |
|---|---|
java.lang.String |
getInitParameter(java.lang.String name)
Returns the value for a particular parameter that is set in the configuration for the corresponding security filter. |
java.util.Iterator |
getInitParameterNames()
Returns the names of all parameters that are set in the configuration for the corresponding security filter. |
| Method Detail |
|---|
java.lang.String getInitParameter(java.lang.String name)
name - The name of the parameter.
java.util.Iterator getInitParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||