Package | Description |
---|---|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Class and Description |
---|---|
static class |
SubtreeSpecification.AndRefinement
RFC 3672 subtree specification AND refinement.
|
static class |
SubtreeSpecification.FilterRefinement
A refinement which uses a search filter.
|
static class |
SubtreeSpecification.ItemRefinement
RFC 3672 subtree specification Item refinement.
|
static class |
SubtreeSpecification.NotRefinement
RFC 3672 subtree specification NOT refinement.
|
static class |
SubtreeSpecification.OrRefinement
RFC 3672 subtree specification OR refinement.
|
Modifier and Type | Method and Description |
---|---|
SubtreeSpecification.Refinement |
SubtreeSpecification.getRefinements()
Get the specification filter refinements.
|
Constructor and Description |
---|
SubtreeSpecification.NotRefinement(SubtreeSpecification.Refinement refinement)
Create a new NOT refinement.
|
SubtreeSpecification(DN rootDN,
DN relativeBaseDN,
int minimumDepth,
int maximumDepth,
Iterable<DN> chopBefore,
Iterable<DN> chopAfter,
SubtreeSpecification.Refinement refinements)
Create a new RFC3672 subtree specification.
|
Constructor and Description |
---|
SubtreeSpecification.AndRefinement(Collection<SubtreeSpecification.Refinement> refinementSet)
Create a new AND refinement.
|
SubtreeSpecification.OrRefinement(Collection<SubtreeSpecification.Refinement> refinementSet)
Create a new OR refinement.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.