Class UnlockUserProvisionRequest
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.provision.dto.AbstractChangeStatusProvisioningUserRequest
-
- org.openiam.provision.dto.user.request.AbstractLockUnlockUserRequest
-
- org.openiam.provision.dto.user.request.UnlockUserProvisionRequest
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class UnlockUserProvisionRequest extends AbstractLockUnlockUserRequest
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.provision.dto.AbstractChangeStatusProvisioningUserRequest
skipManagedSysList
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description UnlockUserProvisionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserStatusEnum
getStatus()
-
Methods inherited from class org.openiam.provision.dto.user.request.AbstractLockUnlockUserRequest
equals, getUserId, hashCode, setUserId
-
Methods inherited from class org.openiam.provision.dto.AbstractChangeStatusProvisioningUserRequest
getSkipManagedSysList, isSkipManagedSys, setSkipManagedSysList
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getStatus
public UserStatusEnum getStatus()
- Specified by:
getStatus
in classAbstractLockUnlockUserRequest
-
-