Class PasswordPatch
- All Implemented Interfaces:
Serializable
,BaseBean
- Direct Known Subclasses:
ResourceAR
,StatusR
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setOnSyncope
(boolean onSyncope) Methods inherited from class org.apache.syncope.common.lib.request.AbstractReplacePatchItem
setOperation
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem
getValue, setValue
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation
-
Constructor Details
-
PasswordPatch
public PasswordPatch()
-
-
Method Details
-
isOnSyncope
public boolean isOnSyncope() -
setOnSyncope
public void setOnSyncope(boolean onSyncope) -
getResources
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPatchItem<String>
-
equals
- Overrides:
equals
in classAbstractPatchItem<String>
-