Class SourceAdapterPasswordRequest
- java.lang.Object
-
- org.openiam.provision.dto.srcadapter.SourceAdapterPasswordRequest
-
- All Implemented Interfaces:
Serializable
public class SourceAdapterPasswordRequest extends Object implements Serializable
Created by zaporozhec on 10/29/15.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceAdapterPasswordRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getManagedSystemId()
String
getPassword()
boolean
isActivate()
boolean
isSendToUser()
void
setActivate(boolean activate)
void
setManagedSystemId(String managedSystemId)
void
setPassword(String password)
void
setSendToUser(boolean sendToUser)
-
-
-
Method Detail
-
getManagedSystemId
public String getManagedSystemId()
-
setManagedSystemId
public void setManagedSystemId(String managedSystemId)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
isSendToUser
public boolean isSendToUser()
-
setSendToUser
public void setSendToUser(boolean sendToUser)
-
isActivate
public boolean isActivate()
-
setActivate
public void setActivate(boolean activate)
-
-