Enum Class OpenMetadataSecurityConfigurationProperty
java.lang.Object
java.lang.Enum<OpenMetadataSecurityConfigurationProperty>
org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
- All Implemented Interfaces:
Serializable,Comparable<OpenMetadataSecurityConfigurationProperty>,Constable
public enum OpenMetadataSecurityConfigurationProperty
extends Enum<OpenMetadataSecurityConfigurationProperty>
OpenMetadataSecurityConfigurationProperty provides definitions for the configuration properties used with the Open Metadata Access Security connector.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA dynamic group that includes all users with an active account.Name of the dynamic group that includes all contactors with a valid account.Name of the dynamic group that includes all digital (automated process) users with a valid account.Name of the dynamic group that includes all employees with a valid account.Name of a dynamic group that includes all the existing maintainers of the element.Name of the dynamic group that includes all external users with a valid account.A dynamic group that includes the owners of the element.Name of the dynamic group that supports the policy that the user must not be in the existing list of maintainers for the element.Name of the list of users/roles that are permitted to configure OMAG servers using the OMAG Server Platform's administration services.Name of the list of users/roles that are permitted to start and stop OMAG Servers on an OMAG Server Platform.Name of the list of users/roles that are permitted to start and stop OMAG Servers on an OMAG Server Platform. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn a summary of this enum to use in a connector provider.static List<ConfigurationPropertyType>Retrieve all the defined configuration propertiesReturn the data type for the configuration property.Return an example of the configuration property to help users understand how to set it up.Return the description of the configuration property.getName()Return the name of the request parameter.Retrieve all the defined configuration propertiesbooleanReturn whether this value is also used as a placeholder property.toString()Output of this enum class and main value.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SERVER_ADMINISTRATOR_CONTROL
Name of the list of users/roles that are permitted to configure OMAG servers using the OMAG Server Platform's administration services. -
SERVER_OPERATORS_CONTROL
Name of the list of users/roles that are permitted to start and stop OMAG Servers on an OMAG Server Platform. -
SERVER_INVESTIGATORS_CONTROL
Name of the list of users/roles that are permitted to start and stop OMAG Servers on an OMAG Server Platform. -
ALL_USERS_GROUP
A dynamic group that includes all users with an active account. -
INSTANCE_OWNER_GROUP
A dynamic group that includes the owners of the element. -
EXISTING_MAINTAINER_GROUP
Name of a dynamic group that includes all the existing maintainers of the element. -
NEW_MAINTAINER_GROUP
Name of the dynamic group that supports the policy that the user must not be in the existing list of maintainers for the element. -
CONTRACTORS_GROUP
Name of the dynamic group that includes all contactors with a valid account. -
DIGITAL_USERS_GROUP
Name of the dynamic group that includes all digital (automated process) users with a valid account. -
EMPLOYEES_GROUP
Name of the dynamic group that includes all employees with a valid account. -
EXTERNAL_USERS_GROUP
Name of the dynamic group that includes all external users with a valid account.
-
-
Field Details
-
name
-
description
-
dataType
-
defaultValue
-
isPlaceholder
public final boolean isPlaceholder
-
-
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
-
getName
Return the name of the request parameter.- Returns:
- string name
-
getDescription
Return the description of the configuration property.- Returns:
- text
-
getDataType
Return the data type for the configuration property.- Returns:
- data type name
-
getDefaultValue
Return an example of the configuration property to help users understand how to set it up.- Returns:
- example
-
isPlaceholder
public boolean isPlaceholder()Return whether this value is also used as a placeholder property.- Returns:
- boolean
-
getRecognizedConfigurationPropertyTypes
Retrieve all the defined configuration properties- Returns:
- list of configuration property types
-
getConfigurationPropertyTypes
Retrieve all the defined configuration properties- Returns:
- list of configuration property types
-
getConfigurationPropertyType
Return a summary of this enum to use in a connector provider.- Returns:
- request parameter type
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<OpenMetadataSecurityConfigurationProperty>- Returns:
- string showing enum value
-