Class ResolveRightsResultC

java.lang.Object
de.elo.ix.client.ResolveRightsResultC
All Implemented Interfaces:
Serializable

public class ResolveRightsResultC extends Object implements Serializable
Constants for ResolveRightsResult.
Since:
9.00.000.020
See Also:
  • Field Details

    • DIRECT

      public static final int DIRECT
      Indicates that the user got the right directly.
      See Also:
    • INHERITED

      public static final int INHERITED
      Indicates that the user got the right by inheritance of a group.
      See Also:
    • SUBSTITUTION

      public static final int SUBSTITUTION
      Indicates that the user got the right by a substitution rule.
      See Also:
  • Constructor Details

    • ResolveRightsResultC

      public ResolveRightsResultC()