Searched defs:MEMBERS (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityMembersFilteredIdentityViewBean.java50 private static final String MEMBERS = "members"; field in class:EntityMembersFilteredIdentityViewBean
72 CCSelectableList list = (CCSelectableList)getChild(MEMBERS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityMembersFilteredIdentityViewBean.java50 private static final String MEMBERS = "members"; field in class:EntityMembersFilteredIdentityViewBean
72 CCSelectableList list = (CCSelectableList)getChild(MEMBERS);
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java292 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
323 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
468 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
574 (Set<?>)serverGroup.get(ServerGroupProperty.MEMBERS);
581 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
610 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
786 ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1847 case MEMBERS:
1849 ServerGroupProperty.MEMBERS.getAttributeName());
2698 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java293 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
324 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
575 (Set<?>)serverGroup.get(ServerGroupProperty.MEMBERS);
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
611 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
787 ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1847 case MEMBERS:
1849 ServerGroupProperty.MEMBERS.getAttributeName());
2698 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java293 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
324 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
575 (Set<?>)serverGroup.get(ServerGroupProperty.MEMBERS);
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
611 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
787 ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1847 case MEMBERS:
1849 ServerGroupProperty.MEMBERS.getAttributeName());
2698 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java292 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
323 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
468 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
574 (Set<?>)serverGroup.get(ServerGroupProperty.MEMBERS);
581 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
610 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
786 ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1847 case MEMBERS:
1849 ServerGroupProperty.MEMBERS.getAttributeName());
2698 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java293 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
324 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
575 (Set<?>)serverGroup.get(ServerGroupProperty.MEMBERS);
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
611 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
787 ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1847 case MEMBERS:
1849 ServerGroupProperty.MEMBERS.getAttributeName());
2698 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java223 MEMBERS("uniqueMember"); enum constant in enum:ADSContext.ServerGroupProperty
253 MULTIVALUED_SERVER_GROUP_PROPERTIES.add(ServerGroupProperty.MEMBERS);
391 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
489 Set<?> memberList = (Set<?>) serverGroup.get(ServerGroupProperty.MEMBERS);
493 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
519 String memberAttrName = ServerGroupProperty.MEMBERS.getAttributeName();
686 if (!attrID.toLowerCase().equals(ServerGroupProperty.MEMBERS.getAttributeName().toLowerCase()))
1698 case MEMBERS:
1699 Attribute result = new BasicAttribute(ServerGroupProperty.MEMBERS.getAttributeName());
2497 newProperties.put(ServerGroupProperty.MEMBERS, member1Lis
[all...]

Completed in 49 milliseconds