Enum Class UserSynchResult.SynchStatus

java.lang.Object
java.lang.Enum<UserSynchResult.SynchStatus>
ch.ivyteam.ivy.security.synch.UserSynchResult.SynchStatus
All Implemented Interfaces:
Serializable, Comparable<UserSynchResult.SynchStatus>, java.lang.constant.Constable
Enclosing class:
UserSynchResult

public static enum UserSynchResult.SynchStatus extends Enum<UserSynchResult.SynchStatus>
Final status of the synchronization.
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The synchronization process encountered a technical problem.
    The user does not exist and was not found in the external security system.
    The user has been found and successfully synchronized.
  • Enum Constant Details

    • SUCCESS

      public static final UserSynchResult.SynchStatus SUCCESS
      The user has been found and successfully synchronized.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • NOT_FOUND

      public static final UserSynchResult.SynchStatus NOT_FOUND
      The user does not exist and was not found in the external security system.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • ERROR

      public static final UserSynchResult.SynchStatus ERROR
      The synchronization process encountered a technical problem.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.