Searched refs:svcType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java795 private Set getActionSchemas(ServiceType svcType) { argument
797 Set actionNames = svcType.getActionNames();
804 ActionSchema as = getActionSchema(svcType, name);
814 private ActionSchema getActionSchema(ServiceType svcType, String name) { argument
817 schema = svcType.getActionSchema(name);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java780 private Set getActionSchemas(ServiceType svcType) { argument
782 Set actionNames = svcType.getActionNames();
789 ActionSchema as = getActionSchema(svcType, name);
799 private ActionSchema getActionSchema(ServiceType svcType, String name) { argument
802 schema = svcType.getActionSchema(name);

Completed in 37 milliseconds