Package | Description |
---|---|
org.forgerock.openig.policy |
Service API for performing policy decisions.
|
Modifier and Type | Method and Description |
---|---|
Optional<Decision> |
PolicyDecision.getDecision(String resource)
Returns the decision for a given resource name.
|
Collection<Decision> |
PolicyDecision.getDecisions()
Returns an unmodifiable collection of the decisions.
|
Constructor and Description |
---|
PolicyDecision(Decision... decisions)
Builds an immutable policy decision based on the given decisions list, not
null . |
Constructor and Description |
---|
PolicyDecision(List<Decision> decisions)
Builds an immutable policy decision based on the given decisions list, not
null . |
Copyright 2011-2017 ForgeRock AS.