Searched defs:containerType (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntityType.java | 76 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
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntityType.java | 76 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
|
Completed in 66 milliseconds