Interface UntypedOperation
- All Superinterfaces:
PolicyOperation
- All Known Implementing Classes:
DefaultOperation,EssentialOperation,ValueOperation
Untyped operation.
-
Method Summary
Methods inherited from interface com.nimbusds.openid.connect.sdk.federation.policy.language.PolicyOperation
getOperationName, merge, parseConfiguration, toJSONObjectEntry
-
Method Details
-
apply
Applies an untyped operation.- Parameters:
value- The value,nullif not specified.- Returns:
- The resulting value, must represent a valid JSON entity such as boolean, number, string, array or object.
- Throws:
PolicyViolationException- On a policy violation.
-