Enum Class RoleAnalysisObjectCategorizationType
java.lang.Object
java.lang.Enum<RoleAnalysisObjectCategorizationType>
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleAnalysisObjectCategorizationType
- All Implemented Interfaces:
TypeSafeEnum,Serializable,Comparable<RoleAnalysisObjectCategorizationType>,Constable
public enum RoleAnalysisObjectCategorizationType
extends Enum<RoleAnalysisObjectCategorizationType>
implements TypeSafeEnum
Category classification.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAbove popular roles or users.Anomaly roles or users.Outlier roles or users.If object is excluded due to missing member/assignment.Insufficient peer similarity (noise exclusive = noise - unpopular).Objects that appears in noise clusters.Noise exclusive roles or users.(noise_exclusive_unpopular = noise exclusive and unpopular).Outlier roles or users.Anomaly roles or users.Unpopular roles or users. -
Method Summary
Modifier and TypeMethodDescriptionvalue()Returns enum value defined as in schema.Returns the enum constant of this class with the specified name.static RoleAnalysisObjectCategorizationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UN_POPULAR
Unpopular roles or users. Objects that are not frequently used or accessed. -
ABOVE_POPULAR
Above popular roles or users. Objects that are frequently used or accessed. -
NOISE_EXCLUSIVE
Noise exclusive roles or users. Objects that appears only in noise clusters. -
NOISE
Objects that appears in noise clusters. -
OVERALL_ANOMALY
Anomaly roles or users. Currently, user-mode outlier detection, this category is used only if role is marked as anomaly in every analysis user object. (In the future, it will be used for more complex role mode analysis) -
ANOMALY
Anomaly roles or users. -
OUTLIER
Outlier roles or users. -
INSUFFICIENT
Insufficient peer similarity (noise exclusive = noise - unpopular). -
NOISE_EXCLUSIVE_UNPOPULAR
(noise_exclusive_unpopular = noise exclusive and unpopular). -
EXCLUDED
Outlier roles or users. -
EXCLUDED_MISSING_BASE
If object is excluded due to missing member/assignment. For example user "Jack" has role A,B,C and these roles is unpopular with means that is excluded from analysis. That means that user "Jack" is excluded from analysis due to missing roles.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
Description copied from interface:TypeSafeEnumReturns enum value defined as in schema.- Specified by:
valuein interfaceTypeSafeEnum- Returns:
-
fromValue
-