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 booleanequals(Object obj)SCIMReturnedgetReturned()inthashCode()booleanisCaseExact()booleanisMultiValued()booleanisMutability()booleanisUniqueness()voidsetCaseExact(boolean caseExact)voidsetMultiValued(boolean multiValued)voidsetMutability(boolean mutability)voidsetReturned(SCIMReturned returned)voidsetUniqueness(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)
-
-