Interface BooleanOperation
- All Superinterfaces:
PolicyOperation
Boolean operation.
-
Method Summary
Methods inherited from interface com.nimbusds.openid.connect.sdk.federation.policy.language.PolicyOperation
getOperationName, merge, parseConfiguration, toJSONObjectEntry
-
Method Details
-
apply
Applies a boolean operation.- Parameters:
value
- The boolean value.- Returns:
- The resulting boolean value.
-