Uses of Class
org.openiam.base.ManagedSystemPropertyEnum
-
Packages that use ManagedSystemPropertyEnum Package Description org.openiam.base org.openiam.idm.provisioning.service.group org.openiam.idm.provisioning.service.user -
-
Uses of ManagedSystemPropertyEnum in org.openiam.base
Methods in org.openiam.base that return ManagedSystemPropertyEnum Modifier and Type Method Description static ManagedSystemPropertyEnum
ManagedSystemPropertyEnum. getFromString(String val)
static ManagedSystemPropertyEnum
ManagedSystemPropertyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedSystemPropertyEnum[]
ManagedSystemPropertyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ManagedSystemPropertyEnum in org.openiam.idm.provisioning.service.group
Methods in org.openiam.idm.provisioning.service.group with parameters of type ManagedSystemPropertyEnum Modifier and Type Method Description protected void
AbstractGroupProvisionOperation. runManageSysProcessorScriptOfGroupIdentity(List<IdentityDto> identityDtoList, ProvisionGroup pGroup, ProvisionGroupObjectDiff diff, ManagedSystemPropertyEnum process)
-
Uses of ManagedSystemPropertyEnum in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user with parameters of type ManagedSystemPropertyEnum Modifier and Type Method Description protected void
AbstractUserProvisionOperation. runManageSysProcessorScriptOfUserIdentity(ProvisionUser pUser, ProvisionUserObjectDiff diff, ManagedSystemPropertyEnum process)
-