public abstract static class SubtreeSpecification.Refinement extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SubtreeSpecification.Refinement()
Create a new RFC3672 specification filter refinement.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj) |
abstract int |
hashCode() |
abstract boolean |
matches(Entry entry)
Check if the refinement matches the given entry.
|
String |
toString() |
abstract StringBuilder |
toString(StringBuilder builder)
Append the string representation of the refinement to the
provided strin builder.
|
protected SubtreeSpecification.Refinement()
public abstract boolean matches(Entry entry)
entry - The filterable entry.true if the entry matches the
refinement, or false otherwise.public abstract StringBuilder toString(StringBuilder builder)
builder - The string builder.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.