java.lang.Object
com.nimbusds.openid.connect.sdk.federation.policy.operations.AddOperation
All Implemented Interfaces:
PolicyConfiguration, PolicyOperation, StringConfiguration, StringListConfiguration, StringListOperation

Add (add) operation.

Example policy:

 "contacts" : { "add" : "support@federation.example.com" }
 

Input:

 "contacts" : "support@org.example.com"
 

Result:

 "contacts" : [ "support@org.example.com", "support@federation.example.com" ]
 

Related specifications:

  • OpenID Connect Federation 1.0, section 4.1.4.