Searched defs:actionhandlers (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfigNode.java55 private Set actionhandlers; field in class:DelegationConfigNode
68 actionhandlers = set;
185 if (actionhandlers != null) {
186 for (Iterator i = actionhandlers.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfigNode.java55 private Set actionhandlers; field in class:DelegationConfigNode
68 actionhandlers = set;
185 if (actionhandlers != null) {
186 for (Iterator i = actionhandlers.iterator(); i.hasNext(); ) {

Completed in 22 milliseconds