java.lang.Object
com.nimbusds.openid.connect.sdk.federation.policy.operations.ValueOperation
All Implemented Interfaces:
BooleanConfiguration, JSONObjectConfiguration, NumberConfiguration, PolicyConfiguration, PolicyOperation, StringConfiguration, StringListConfiguration, UntypedOperation

Values set (value) operation.

Example policy:

 "require_auth_time" : { "value": true }
 

Input:

 "require_auth_time" : false
 

Result:

 "require_auth_time" : true
 

Related specifications:

  • OpenID Connect Federation 1.0, section 5.1.2.