public abstract class EntitlementConditionAdaptor extends Object implements EntitlementCondition
Constructor and Description |
---|
EntitlementConditionAdaptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns
true if the passed in object is equal to this object |
String |
getDisplayType()
Returns display type.
|
int |
hashCode()
Returns hash code of the object.
|
void |
init(Map<String,Set<String>> parameters)
Initializes the condition object.
|
void |
setDisplayType(String displayType)
Sets display type.
|
protected void |
setState(org.json.JSONObject jo) |
protected void |
toJSONObject(org.json.JSONObject jo) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
evaluate, getState, setState, validate
public void setDisplayType(String displayType)
setDisplayType
in interface EntitlementCondition
displayType
- Display Type.public String getDisplayType()
getDisplayType
in interface EntitlementCondition
public void init(Map<String,Set<String>> parameters)
init
in interface EntitlementCondition
parameters
- Parameters for initializing the condition.protected void setState(org.json.JSONObject jo)
protected void toJSONObject(org.json.JSONObject jo) throws org.json.JSONException
org.json.JSONException
public boolean equals(Object obj)
true
if the passed in object is equal to this objectCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.