Class ResourceAR
-
- All Implemented Interfaces:
Serializable
,BaseBean
public class ResourceAR extends PasswordPatch
Resource Association Request.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceAR.Builder
-
Constructor Summary
Constructors Constructor Description ResourceAR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ResourceAssociationAction
getAction()
String
getKey()
int
hashCode()
void
setAction(ResourceAssociationAction action)
void
setKey(String key)
-
Methods inherited from class org.apache.syncope.common.lib.request.PasswordPatch
getResources, isOnSyncope, setOnSyncope
-
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
-
getKey
public String getKey()
-
setKey
@PathParam("key") public void setKey(String key)
-
getAction
public ResourceAssociationAction getAction()
-
setAction
@PathParam("action") public void setAction(ResourceAssociationAction action)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPasswordPatch
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPasswordPatch
-
-