Searched defs:ACI (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/ |
H A D | ACI.java | 25 * $Id: ACI.java,v 1.4 2008/06/25 05:41:38 qcheng Exp $ 41 * interface to compose, set, query and parse ACI 44 public class ACI { class 46 public static final String ACI = "aci"; field in class:ACI 145 * List of keywords in the context of ACI: Keywords that control the target 162 public ACI() { method in class:ACI 169 * name of the ACI 172 public ACI(String name) { method in class:ACI 179 * @param name name of the ACI. 180 * @param target the target to which the ACI applie 191 public ACI(String name, String target, String targetFilter, method in class:ACI [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/ |
H A D | ACI.java | 25 * $Id: ACI.java,v 1.4 2008/06/25 05:41:38 qcheng Exp $ 41 * interface to compose, set, query and parse ACI 44 public class ACI { class 46 public static final String ACI = "aci"; field in class:ACI 145 * List of keywords in the context of ACI: Keywords that control the target 162 public ACI() { method in class:ACI 169 * name of the ACI 172 public ACI(String name) { method in class:ACI 179 * @param name name of the ACI. 180 * @param target the target to which the ACI applie 191 public ACI(String name, String target, String targetFilter, method in class:ACI [all...] |
Completed in 38 milliseconds