Uses of Class
org.openiam.provision.dto.srcadapter.SourceAdapterEntityManagedSystemRequest
-
Packages that use SourceAdapterEntityManagedSystemRequest Package Description org.openiam.provision.dto.srcadapter -
-
Uses of SourceAdapterEntityManagedSystemRequest in org.openiam.provision.dto.srcadapter
Methods in org.openiam.provision.dto.srcadapter that return types with arguments of type SourceAdapterEntityManagedSystemRequest Modifier and Type Method Description Set<SourceAdapterEntityManagedSystemRequest>
SourceAdapterRequest. getGroups()
Set<SourceAdapterEntityManagedSystemRequest>
SourceAdapterRequest. getRoles()
Method parameters in org.openiam.provision.dto.srcadapter with type arguments of type SourceAdapterEntityManagedSystemRequest Modifier and Type Method Description void
SourceAdapterRequest. setGroups(Set<SourceAdapterEntityManagedSystemRequest> groups)
void
SourceAdapterRequest. setRoles(Set<SourceAdapterEntityManagedSystemRequest> roles)
-