Package com.sun.identity.entitlement
Class ResourceSaveIndexes
- java.lang.Object
-
- com.sun.identity.entitlement.ResourceSaveIndexes
-
public class ResourceSaveIndexes extends Object
This class encapculates the resource indexes which are stored in data store. These indexes are created to boost performance (policy evaluation).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(ResourceSaveIndexes other)Adds all resource indexes from other object.Set<String>getHostIndexes()Returns host indexes.Set<String>getParentPathIndexes()Returns parent path indexes.Set<String>getPathIndexes()Returns path indexes.
-
-
-
Method Detail
-
getParentPathIndexes
public Set<String> getParentPathIndexes()
Returns parent path indexes.- Returns:
- parent path indexes.
-
addAll
public void addAll(ResourceSaveIndexes other)
Adds all resource indexes from other object.- Parameters:
other- the other resource save indexes object.
-
-