Class SCIMItem
- java.lang.Object
-
- org.apache.syncope.common.lib.to.Item
-
- org.apache.syncope.common.lib.scim.SCIMItem
-
- All Implemented Interfaces:
Serializable
public class SCIMItem extends Item
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.common.lib.to.Item
connObjectKey, extAttrName, intAttrName, mandatoryCondition, password, propagationJEXLTransformer, pullJEXLTransformer, purpose, transformers
-
-
Constructor Summary
Constructors Constructor Description SCIMItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SCIMReturned
getReturned()
int
hashCode()
boolean
isCaseExact()
boolean
isMultiValued()
boolean
isMutability()
boolean
isUniqueness()
void
setCaseExact(boolean caseExact)
void
setMultiValued(boolean multiValued)
void
setMutability(boolean mutability)
void
setReturned(SCIMReturned returned)
void
setUniqueness(boolean uniqueness)
-
Methods inherited from class org.apache.syncope.common.lib.to.Item
getExtAttrName, getIntAttrName, getMandatoryCondition, getPropagationJEXLTransformer, getPullJEXLTransformer, getPurpose, getTransformers, isConnObjectKey, isPassword, setConnObjectKey, setExtAttrName, setIntAttrName, setMandatoryCondition, setPassword, setPropagationJEXLTransformer, setPullJEXLTransformer, setPurpose
-
-
-
-
Method Detail
-
isCaseExact
public boolean isCaseExact()
-
setCaseExact
public void setCaseExact(boolean caseExact)
-
isMutability
public boolean isMutability()
-
setMutability
public void setMutability(boolean mutability)
-
getReturned
public SCIMReturned getReturned()
-
setReturned
public void setReturned(SCIMReturned returned)
-
isUniqueness
public boolean isUniqueness()
-
setUniqueness
public void setUniqueness(boolean uniqueness)
-
isMultiValued
public boolean isMultiValued()
-
setMultiValued
public void setMultiValued(boolean multiValued)
-
-