Searched defs:actionSchemas (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceType.java59 private Map actionSchemas; field in class:ServiceType
91 actionSchemas = new HashMap();
95 actionSchemas.put(action, getActionSchemaInternal(action));
97 actionSchemas = Collections.unmodifiableMap(actionSchemas);
249 = (ActionSchema) actionSchemas.get(actionName);
296 return actionSchemas;
501 Collection actionSchemas = getActionSchemas().values();
502 Iterator iter = actionSchemas.iterator();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceType.java59 private Map actionSchemas; field in class:ServiceType
91 actionSchemas = new HashMap();
95 actionSchemas.put(action, getActionSchemaInternal(action));
97 actionSchemas = Collections.unmodifiableMap(actionSchemas);
249 = (ActionSchema) actionSchemas.get(actionName);
296 return actionSchemas;
501 Collection actionSchemas = getActionSchemas().values();
502 Iterator iter = actionSchemas.iterator();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java112 private List actionSchemas = new ArrayList(); field in class:RuleOpViewBeanBase
238 actionSchemas = new ArrayList(model.getActionSchemas(
242 if ((actionSchemas != null) && !actionSchemas.isEmpty()) {
243 int sz = actionSchemas.size();
251 ActionSchema as = (ActionSchema)actionSchemas.get(i);
418 private Map mapActionSchemaNameToActionSchema(Set actionSchemas) { argument
419 Map map = new HashMap(actionSchemas.size() *2);
420 for (Iterator iter = actionSchemas.iterator(); iter.hasNext(); ) {
470 return (ActionSchema)actionSchemas
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java112 private List actionSchemas = new ArrayList(); field in class:RuleOpViewBeanBase
238 actionSchemas = new ArrayList(model.getActionSchemas(
242 if ((actionSchemas != null) && !actionSchemas.isEmpty()) {
243 int sz = actionSchemas.size();
251 ActionSchema as = (ActionSchema)actionSchemas.get(i);
418 private Map mapActionSchemaNameToActionSchema(Set actionSchemas) { argument
419 Map map = new HashMap(actionSchemas.size() *2);
420 for (Iterator iter = actionSchemas.iterator(); iter.hasNext(); ) {
470 return (ActionSchema)actionSchemas
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java421 Set actionSchemas = (Set)map.get(name);
423 if ((actionSchemas != null) && !actionSchemas.isEmpty()) {
424 actions = new HashSet(actionSchemas.size() *2);
426 for (Iterator iter = actionSchemas.iterator(); iter.hasNext(); ) {
648 Set actionSchemas,
656 for (Iterator iter = actionSchemas.iterator(); iter.hasNext() && !yes;){
776 private void filterActionSchemaWithI18nKey(Set actionSchemas) { argument
777 if ((actionSchemas != null) && !actionSchemas
644 requiresResourceName( Policy policy, String realmName, String serviceTypeName, Set actionSchemas, boolean required ) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java421 Set actionSchemas = (Set)map.get(name);
423 if ((actionSchemas != null) && !actionSchemas.isEmpty()) {
424 actions = new HashSet(actionSchemas.size() *2);
426 for (Iterator iter = actionSchemas.iterator(); iter.hasNext(); ) {
648 Set actionSchemas,
656 for (Iterator iter = actionSchemas.iterator(); iter.hasNext() && !yes;){
761 private void filterActionSchemaWithI18nKey(Set actionSchemas) { argument
762 if ((actionSchemas != null) && !actionSchemas
644 requiresResourceName( Policy policy, String realmName, String serviceTypeName, Set actionSchemas, boolean required ) argument
[all...]

Completed in 40 milliseconds