Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
authzforce
core-pdp-api
Commits
bf708d6e
Commit
bf708d6e
authored
Mar 30, 2018
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed javadoc
parent
0329cd68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/java/org/ow2/authzforce/core/pdp/api/DecisionResult.java
.../java/org/ow2/authzforce/core/pdp/api/DecisionResult.java
+1
-1
src/main/java/org/ow2/authzforce/core/pdp/api/value/SimpleValue.java
...va/org/ow2/authzforce/core/pdp/api/value/SimpleValue.java
+1
-1
No files found.
src/main/java/org/ow2/authzforce/core/pdp/api/DecisionResult.java
View file @
bf708d6e
...
...
@@ -25,7 +25,7 @@ import org.ow2.authzforce.core.pdp.api.policy.PrimaryPolicyMetadata;
import
com.google.common.collect.ImmutableList
;
/**
* Result of evaluation of {@link Decidable} (Policy, Rule...) with Obligations/Advice
elements packaged together in a {@link PepActions} field
.
* Result of evaluation of {@link Decidable} (Policy, Rule...) with
PEP actions (
Obligations/Advice
)
.
*
*/
public
interface
DecisionResult
extends
ExtendedDecision
...
...
src/main/java/org/ow2/authzforce/core/pdp/api/value/SimpleValue.java
View file @
bf708d6e
...
...
@@ -95,7 +95,7 @@ public abstract class SimpleValue<V> implements AttributeValue
* @param input
* input raw value, null if original content is empty (e.g. list of JAXB (mixed) content elements is empty)
* @param otherXmlAttributes
* other XML attributes (mandatory); if always empty, use {@link
SimpleValue.
StringContentOnlyValueFactory} instead)
* other XML attributes (mandatory); if always empty, use {@link StringContentOnlyValueFactory} instead)
* @param xPathCompiler
* (optional) XPath compiler for compiling any XPath expression in the value, e.g. xpathExpression datatype
* @return instance of {@code F_AV}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment