Searched refs:allOf (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAnyOf.java66 "allOf"
71 protected List<AllOf> allOf; field in class:AnyOf
74 * Gets the value of the allOf property.
80 * This is why there is not a <CODE>set</CODE> method for the allOf property.
96 if (allOf == null) {
97 allOf = new ArrayList<AllOf>();
99 return this.allOf;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAnyOf.java66 "allOf"
71 protected List<AllOf> allOf; field in class:AnyOf
74 * Gets the value of the allOf property.
80 * This is why there is not a <CODE>set</CODE> method for the allOf property.
96 if (allOf == null) {
97 allOf = new ArrayList<AllOf>();
99 return this.allOf;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DErrorEventType.java29 private static final EnumSet<ErrorEventType> TYPES = EnumSet.allOf(ErrorEventType.class);
H A DModificationEventType.java29 private static final EnumSet<ModificationEventType> TYPES = EnumSet.allOf(ModificationEventType.class);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DErrorEventType.java29 private static final EnumSet<ErrorEventType> TYPES = EnumSet.allOf(ErrorEventType.class);
H A DModificationEventType.java29 private static final EnumSet<ModificationEventType> TYPES = EnumSet.allOf(ModificationEventType.class);
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DModuleState.java77 for (ModuleState ls : EnumSet.allOf(ModuleState.class)) {
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DModuleState.java77 for (ModuleState ls : EnumSet.allOf(ModuleState.class)) {
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DSeverity.java97 for (Severity c : EnumSet.allOf(Severity.class)) {
105 for (Severity s : EnumSet.allOf(Severity.class)) {
H A DCategory.java181 for (Category c : EnumSet.allOf(Category.class)) {
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DSeverity.java98 for (Severity c : EnumSet.allOf(Severity.class)) {
106 for (Severity s : EnumSet.allOf(Severity.class)) {
H A DCategory.java182 for (Category c : EnumSet.allOf(Category.class)) {
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DSeverity.java98 for (Severity c : EnumSet.allOf(Severity.class)) {
106 for (Severity s : EnumSet.allOf(Severity.class)) {
H A DCategory.java182 for (Category c : EnumSet.allOf(Category.class)) {
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DSeverity.java97 for (Severity c : EnumSet.allOf(Severity.class)) {
105 for (Severity s : EnumSet.allOf(Severity.class)) {
H A DCategory.java181 for (Category c : EnumSet.allOf(Category.class)) {
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DSeverity.java98 for (Severity c : EnumSet.allOf(Severity.class)) {
106 for (Severity s : EnumSet.allOf(Severity.class)) {
H A DCategory.java182 for (Category c : EnumSet.allOf(Category.class)) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java105 EnumSet.allOf(AllowedAuthMethod.class), true },
107 EnumSet.allOf(AllowedAuthMethod.class), true },
109 EnumSet.allOf(AllowedAuthMethod.class), true }, };
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java104 EnumSet.allOf(AllowedAuthMethod.class), true },
106 EnumSet.allOf(AllowedAuthMethod.class), true },
108 EnumSet.allOf(AllowedAuthMethod.class), true }, };
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java105 EnumSet.allOf(AllowedAuthMethod.class), true },
107 EnumSet.allOf(AllowedAuthMethod.class), true },
109 EnumSet.allOf(AllowedAuthMethod.class), true }, };
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java104 EnumSet.allOf(AllowedAuthMethod.class), true },
106 EnumSet.allOf(AllowedAuthMethod.class), true },
108 EnumSet.allOf(AllowedAuthMethod.class), true }, };
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java105 EnumSet.allOf(AllowedAuthMethod.class), true },
107 EnumSet.allOf(AllowedAuthMethod.class), true },
109 EnumSet.allOf(AllowedAuthMethod.class), true }, };
/forgerock/opendj-v3/opendj-server-legacy/src/messages/src/org/opends/messages/
H A DCategory.java181 for (Category c : EnumSet.allOf(Category.class)) {
H A DSeverity.java82 for (Severity s : EnumSet.allOf(Severity.class)) {

Completed in 46 milliseconds

1234