Class GetMetadataUserProvisioningRequest
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.provision.dto.user.request.GetMetadataUserProvisioningRequest
-
- All Implemented Interfaces:
Serializable,BaseIdentity
public class GetMetadataUserProvisioningRequest extends KeyDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description GetMetadataUserProvisioningRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetManagedSystemId()booleanisAttributesOrPolicy()voidsetAttributesOrPolicy(boolean attributesOrPolicy)voidsetManagedSystemId(String managedSystemId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
isAttributesOrPolicy
public boolean isAttributesOrPolicy()
- Returns:
- false - attributes, true - policy
-
setAttributesOrPolicy
public void setAttributesOrPolicy(boolean attributesOrPolicy)
-
getManagedSystemId
public String getManagedSystemId()
-
setManagedSystemId
public void setManagedSystemId(String managedSystemId)
-
-