Searched defs:Aci (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci implements Comparable<Aci> class in inherits:Comparable
346 * Construct a new Aci from the provided arguments.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
366 public static Aci decode (ByteSequence byteString, DN dn)
382 return new Aci(input, dn, body, targets);
387 * was used to create the Aci class.
455 isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
480 private static boolean haveSimilarRights(Aci ac
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci class in inherits:Comparable
44 implements Comparable<Aci>
348 * Construct a new Aci from the provided arguments.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
368 public static Aci decode (ByteSequence byteString, DN dn)
384 return new Aci(input, dn, body, targets);
389 * was used to create the Aci class.
456 isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
525 public static EnumEvalResult evaluate(AciEvalContext evalCtx, Aci ac
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci class in inherits:Comparable
44 implements Comparable<Aci>
348 * Construct a new Aci from the provided arguments.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
368 public static Aci decode (ByteSequence byteString, DN dn)
384 return new Aci(input, dn, body, targets);
389 * was used to create the Aci class.
456 isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
525 public static EnumEvalResult evaluate(AciEvalContext evalCtx, Aci ac
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci implements Comparable<Aci> class in inherits:Comparable
346 * Construct a new Aci from the provided arguments.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
366 public static Aci decode (ByteSequence byteString, DN dn)
382 return new Aci(input, dn, body, targets);
387 * was used to create the Aci class.
455 isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
480 private static boolean haveSimilarRights(Aci ac
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci class in inherits:Comparable
44 implements Comparable<Aci>
348 * Construct a new Aci from the provided arguments.
354 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
368 public static Aci decode (ByteSequence byteString, DN dn)
384 return new Aci(input, dn, body, targets);
389 * was used to create the Aci class.
456 isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
525 public static EnumEvalResult evaluate(AciEvalContext evalCtx, Aci ac
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAci.java41 * The Aci class represents ACI strings.
43 public class Aci implements Comparable<Aci> class in inherits:Comparable
346 * Construct a new Aci from the provided arguments.
352 private Aci(String input, DN dn, AciBody body, AciTargets targets) { method in class:Aci
366 public static Aci decode (ByteSequence byteString, DN dn)
382 return new Aci(input, dn, body, targets);
387 * was used to create the Aci class.
454 public static boolean isApplicable(Aci aci, AciTargetMatchContext matchCtx) {
482 private static boolean haveSimilarRights(Aci ac
[all...]

Completed in 62 milliseconds