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 class
PasswordPatch.Builder
-
Constructor Summary
Constructors Constructor Description PasswordPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<String>
getResources()
int
hashCode()
boolean
isOnSyncope()
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
-
-
-
-
Method Detail
-
isOnSyncope
public boolean isOnSyncope()
-
setOnSyncope
public void setOnSyncope(boolean onSyncope)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractPatchItem<String>
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classAbstractPatchItem<String>
-
-