Package org.openiam.provision.dto
Interface IManagedSystemDto
-
- All Known Implementing Classes:
AccessRight,Group,ProvisionGroup,Role
public interface IManagedSystemDto- Author:
- zaporozhec
Objects that have reference to
ManagedSysDtoshould implement this interface Migrated withGroupandRoleinitially 28.04.2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetManagedSysId()StringgetManagedSysName()voidsetManagedSysId(String id)voidsetManagedSysName(String name)
-