Searched refs:actionhandlers (Results 1 - 4 of 4) 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(); ) {
H A DDelegationConfig.java157 String actionhandlers = getAttribute(child, "name");
160 actionhandlers, ","));
/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(); ) {
H A DDelegationConfig.java157 String actionhandlers = getAttribute(child, "name");
160 actionhandlers, ","));

Completed in 57 milliseconds