Package de.elo.ix.client
Class ResolveRightsResultC
java.lang.Object
de.elo.ix.client.ResolveRightsResultC
- All Implemented Interfaces:
Serializable
Constants for
ResolveRightsResult
.- Since:
- 9.00.000.020
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates that the user got the right directly.static final int
Indicates that the user got the right by inheritance of a group.static final int
Indicates that the user got the right by a substitution rule. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DIRECT
public static final int DIRECTIndicates that the user got the right directly.- See Also:
-
INHERITED
public static final int INHERITEDIndicates that the user got the right by inheritance of a group.- See Also:
-
SUBSTITUTION
public static final int SUBSTITUTIONIndicates that the user got the right by a substitution rule.- See Also:
-
-
Constructor Details
-
ResolveRightsResultC
public ResolveRightsResultC()
-