Searched defs:PolicyType (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wspolicy/
H A DPolicyType.java28 public interface PolicyType interface in inherits:com.sun.identity.wsfederation.jaxb.wspolicy.OperatorContentType
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wspolicy/
H A DPolicyType.java28 public interface PolicyType interface in inherits:com.sun.identity.wsfederation.jaxb.wspolicy.OperatorContentType
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementsStep.java102 private final Map<String, Map<PolicyType, Set<String>>> upgradableConfigs =
103 new LinkedHashMap<String, Map<PolicyType, Set<String>>>();
134 Map<PolicyType, Set<String>> map = new EnumMap<PolicyType, Set<String>>(PolicyType.class);
139 PolicyType type;
141 type = PolicyType.REFERRAL;
146 type = PolicyType.POLICY;
179 for (Map.Entry<String, Map<PolicyType, Set<String>>> entry : upgradableConfigs.entrySet()) {
181 Map<PolicyType, Se
403 private enum PolicyType { enum in class:UpgradeEntitlementsStep
409 private PolicyType(String i18nKey) { method in class:UpgradeEntitlementsStep.PolicyType
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementsStep.java103 private final Map<String, Map<PolicyType, Set<String>>> upgradableConfigs =
104 new LinkedHashMap<String, Map<PolicyType, Set<String>>>();
135 Map<PolicyType, Set<String>> map = new EnumMap<PolicyType, Set<String>>(PolicyType.class);
140 PolicyType type;
142 type = PolicyType.REFERRAL;
147 type = PolicyType.POLICY;
180 for (Map.Entry<String, Map<PolicyType, Set<String>>> entry : upgradableConfigs.entrySet()) {
182 Map<PolicyType, Se
404 private enum PolicyType { enum in class:UpgradeEntitlementsStep
410 private PolicyType(String i18nKey) { method in class:UpgradeEntitlementsStep.PolicyType
[all...]

Completed in 35 milliseconds