Package oracle.iam.provisioning.vo
Class ConnectorConfigurationProperty
java.lang.Object
oracle.iam.provisioning.vo.ConnectorConfigurationProperty
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectorConfigurationProperty
(String name, String displayName, String helpMessage, String defaultValue, String type, boolean confidential, boolean required, int order, String displayMessageKey, String value, Set<String> objectClasses) ConnectorConfigurationProperty
(String id, String name, String displayName, String helpMessage, String defaultValue, String type, boolean confidential, boolean required, int order, String displayMessageKey, String value, String localizedDisplayName, String localizedHelpMessage, Set<String> objectClasses) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
int
getOrder()
getType()
getValue()
boolean
boolean
void
setLocalizedDisplayName
(String localizedDisplayName) void
setLocalizedHelpMessage
(String localizedHelpMessage) void
setObjectClasses
(Set<String> objClasses) void
-
Field Details
-
ENTITY_NAME
- See Also:
-
-
Constructor Details
-
ConnectorConfigurationProperty
public ConnectorConfigurationProperty(String id, String name, String displayName, String helpMessage, String defaultValue, String type, boolean confidential, boolean required, int order, String displayMessageKey, String value, String localizedDisplayName, String localizedHelpMessage, Set<String> objectClasses) - Parameters:
id
-name
-displayName
-helpMessage
-defaultValue
-type
-confidential
-required
-order
-displayMessageKey
-value
-localizedDisplayName
-localizedHelpMessage
-objectClasses
-
-
ConnectorConfigurationProperty
public ConnectorConfigurationProperty(String name, String displayName, String helpMessage, String defaultValue, String type, boolean confidential, boolean required, int order, String displayMessageKey, String value, Set<String> objectClasses) - Parameters:
name
-displayName
-helpMessage
-defaultValue
-type
-confidential
-required
-order
-displayMessageKey
-value
-
-
-
Method Details
-
getName
-
getDisplayName
-
getHelpMessage
-
getDefaultValue
-
getType
-
isConfidential
public boolean isConfidential() -
isRequired
public boolean isRequired() -
getOrder
public int getOrder() -
getDisplayMessageKey
-
getValue
-
setValue
-
getLocalizedDisplayName
-
setLocalizedDisplayName
-
getLocalizedHelpMessage
-
setLocalizedHelpMessage
-
setObjectClasses
-
getObjectClasses
-
getId
-