Package org.openiam.idm.srvc.user.dto
Class BulkPasswordResetConfig
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractMetadataTypeDTO
-
- org.openiam.idm.srvc.recon.dto.AbstractConfig
-
- org.openiam.idm.srvc.user.dto.BulkPasswordResetConfig
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
,MatchConfig
public class BulkPasswordResetConfig extends AbstractConfig implements MatchConfig
Represents the configuration for bulk password reset operations. This class extends AbstractConfig and implements MatchConfig, providing configuration details for bulk password reset operations. It specifies the managed system ID and CSV configuration ID associated with the password reset operation.- Author:
- Mohammed Saif
- See Also:
AbstractConfig
,MatchConfig
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.AbstractMetadataTypeDTO
mdGrouping, mdTypeId, metadataTypeName
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description BulkPasswordResetConfig()
-
Method Summary
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
Methods inherited from interface org.openiam.idm.srvc.recon.dto.MatchConfig
getCustomMatchAttr, getManagedSysId, getMatchFieldName, getMatchSrcFieldName
-
-