Class PasswordPatch
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch
-
- org.apache.syncope.common.lib.request.AbstractPatchItem<T>
-
- org.apache.syncope.common.lib.request.AbstractReplacePatchItem<String>
-
- org.apache.syncope.common.lib.request.StringReplacePatchItem
-
- org.apache.syncope.common.lib.request.PasswordPatch
-
- All Implemented Interfaces:
Serializable,BaseBean
- Direct Known Subclasses:
ResourceAR,StatusR
public class PasswordPatch extends StringReplacePatchItem
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPasswordPatch.Builder
-
Constructor Summary
Constructors Constructor Description PasswordPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getResources()inthashCode()booleanisOnSyncope()voidsetOnSyncope(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
-
-
-
-
Method Detail
-
isOnSyncope
public boolean isOnSyncope()
-
setOnSyncope
public void setOnSyncope(boolean onSyncope)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractPatchItem<String>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractPatchItem<String>
-
-