Searched refs:containerType (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntityType.java76 private int containerType; field in class:AMEntityType
101 * @param containerType
113 int containerType, String nAttr, String stAttr, String oc) {
118 this.containerType = containerType;
147 .append("Container Type=\t").append(containerType).append("\n");
264 return containerType;
111 AMEntityType(String name, int type, String serviceName, String searchTemplate, String creationTemplate, String containerDN, int containerType, String nAttr, String stAttr, String oc) argument
H A DAMOrganizationImpl.java3264 int containerType = entityType.getContainerType();
3267 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3270 switch (containerType) {
3322 int containerType = entityType.getContainerType();
3325 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3328 switch (containerType) {
3385 int containerType = entityType.getContainerType();
3389 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3392 switch (containerType) {
3429 int containerType
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntityType.java76 private int containerType; field in class:AMEntityType
101 * @param containerType
113 int containerType, String nAttr, String stAttr, String oc) {
118 this.containerType = containerType;
147 .append("Container Type=\t").append(containerType).append("\n");
264 return containerType;
111 AMEntityType(String name, int type, String serviceName, String searchTemplate, String creationTemplate, String containerDN, int containerType, String nAttr, String stAttr, String oc) argument
H A DAMOrganizationImpl.java3264 int containerType = entityType.getContainerType();
3267 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3270 switch (containerType) {
3322 int containerType = entityType.getContainerType();
3325 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3328 switch (containerType) {
3385 int containerType = entityType.getContainerType();
3389 String nString = AMNamingAttrManager.getNamingAttr(containerType);
3392 switch (containerType) {
3429 int containerType
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/webcontainer/
H A DWebContainerService.java107 String containerType = (String) params.get(CONTAINER_TYPE);
108 containerType = nameToType.get(containerType);
109 if (containerType != null && containerType.length() > 0 ) {
111 containerType.replaceAll("\\s", "") + ".properties";
118 String jvmoptionsPath = containerType.replaceAll("\\s", "")
125 String policiesPath = containerType.replaceAll("\\s", "") +
132 cmd = containerType.replaceAll("\\s", "-").toLowerCase() +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPersonalProfile.java360 int containerType = IDPPUtils.getIDPPElementType(ppContainer);
362 switch(containerType) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPersonalProfile.java363 int containerType = IDPPUtils.getIDPPElementType(ppContainer);
365 switch(containerType) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5716 int containerType =
5720 + containerType);
5724 if ((containerType == AMObject.ORGANIZATIONAL_UNIT)
5728 } else if ((containerType == AMObject.ORGANIZATION)
5733 } else if ((containerType == AMObject.PEOPLE_CONTAINER)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5590 int containerType =
5594 + containerType);
5598 if ((containerType == AMObject.ORGANIZATIONAL_UNIT)
5602 } else if ((containerType == AMObject.ORGANIZATION)
5607 } else if ((containerType == AMObject.PEOPLE_CONTAINER)

Completed in 102 milliseconds