Class FSClaimSourceConfiguration
- java.lang.Object
-
- org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration
-
- org.oa4mp.server.loader.oauth2.claims.FSClaimSourceConfiguration
-
- All Implemented Interfaces:
Serializable
public class FSClaimSourceConfiguration extends ClaimSourceConfiguration
Created by Jeff Gaynor
on 1/25/24 at 6:29 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration
enabled, failOnError, id, name, notifyOnFail
-
-
Constructor Summary
Constructors Constructor Description FSClaimSourceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.json.JSONObject
getJson()
boolean
hasJSON()
void
setJson(net.sf.json.JSONObject json)
-
Methods inherited from class org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration
getId, getMaxWait, getName, getOmitList, getProperties, getProperty, getRetryCount, isEnabled, isFailOnError, isNotifyOnFail, setEnabled, setFailOnError, setId, setMaxWait, setName, setNotifyOnFail, setOmitList, setProperties, setRetryCount, toString
-
-