Package com.soffid.iam.service
Class AdditionalDataJSONConfiguration
- java.lang.Object
-
- com.soffid.iam.service.AdditionalDataJSONConfiguration
-
public class AdditionalDataJSONConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description AdditionalDataJSONConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
registerVirtualAttribute(Class<?> additionalDataClass, String namePath, String valuePath, String parentEntity)
static void
registerVirtualAttributes()
-
-
-
Method Detail
-
registerVirtualAttribute
public static void registerVirtualAttribute(Class<?> additionalDataClass, String namePath, String valuePath, String parentEntity) throws UnsupportedEncodingException, ClassNotFoundException, org.json.JSONException
- Throws:
UnsupportedEncodingException
ClassNotFoundException
org.json.JSONException
-
registerVirtualAttributes
public static void registerVirtualAttributes() throws UnsupportedEncodingException, ClassNotFoundException, org.json.JSONException
- Throws:
UnsupportedEncodingException
ClassNotFoundException
org.json.JSONException
-
-