Class: MintPress::Siebel::LdapDatasource
- Inherits:
-
Object
- Object
- MintPress::Siebel::LdapDatasource
- Includes:
- Mixins::Properties
- Defined in:
- src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb
Properties (Read/Write)
-
#name ⇒ String
Property Attributes- required ⇒ true
10
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 10 property :name, type: String, required: true
-
#host ⇒ String
Host name of ldap server
Property Attributes13
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 13 property :host, type: String
-
#port ⇒ Integer
port of ldap server
Property Attributes15
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 15 property :port, type: Integer
-
#application_user ⇒ String
Application User Distinguished Name (DN)*
Property Attributes- required ⇒ true
17
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 17 property :application_user, type: String, required: true
-
#application_password ⇒ Mint::Secret
Application Password*
Property Attributes- from ⇒ String
- required ⇒ true
19
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 19 property :application_password, type: Mint::Secret, from: String, required: true
-
#base_dn ⇒ String
Base Distinguished Name (DN)*
Property Attributes21
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 21 property :base_dn, type: String
-
#crc ⇒ String
CRC Checksum
Property Attributes23
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 23 property :crc, type: String
-
#credentials_attribute_type ⇒ String
Credentials Attribute
Property Attributes25
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 25 property :credentials_attribute_type, type: String
-
#hash_dn_password ⇒ [TrueClass, FalseClass] (Default Value: false)
Hash DB Password
Property Attributes- default ⇒ false
27
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 27 property :hash_dn_password, type: [TrueClass, FalseClass], default: false
-
#hash_user_password ⇒ [TrueClass, FalseClass] (Default Value: false)
Hash User Password
Property Attributes- default ⇒ false
29
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 29 property :hash_user_password, type: [TrueClass, FalseClass], default: false
-
#hash_algorithm ⇒ String
Hash Algorythm
Property Attributes- allowed_values ⇒ ['SHA1','SHA2','SHA256']
31
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 31 property :hash_algorithm, type: String, allowed_values: ['SHA1','SHA2','SHA256']
-
#password_attribute_type ⇒ String
Pasw3ord attribute type
Property Attributes33
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 33 property :password_attribute_type, type: String
-
#propagate_change ⇒ [TrueClass, FalseClass] (Default Value: false)
Propagate change to security profile
Property Attributes- default ⇒ false
35
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 35 property :propagate_change, type: [TrueClass, FalseClass], default: false
-
#roles_attribute_type ⇒ String
Roles attribute
Property Attributes37
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 37 property :roles_attribute_type, type: String
-
#shared_credentials_dn ⇒ String
Shared Database Account Distinguished Name (fully qualified domain name)*
Property Attributes39
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 39 property :shared_credentials_dn, type: String
-
#use_adapter_username ⇒ [TrueClass, FalseClass]
Use Security Adapter Mapped User Name?
Property Attributes41
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 41 property :use_adapter_username, type: [TrueClass, FalseClass]
-
#use_ssl ⇒ [TrueClass, FalseClass]
Use SSL when connecting to the ldap server?
Property Attributes43
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 43 property :use_ssl, type: [TrueClass, FalseClass]
-
#single_sign_on ⇒ [TrueClass, FalseClass]
Configure SSO?
Property Attributes45
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 45 property :single_sign_on, type: [TrueClass, FalseClass]
-
#salt_attribute_type ⇒ String
Salt attribute type
Property Attributes47
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 47 property :salt_attribute_type, type: String
-
#salt_user_pwd ⇒ [TrueClass, FalseClass] (Default Value: false)
Should we salt user passwords?
Property Attributes- default ⇒ false
49
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 49 property :salt_user_pwd, type:[TrueClass, FalseClass], default: false
-
#username_attribute_type ⇒ String
User Name Attribute Type
Property Attributes51
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 51 property :username_attribute_type, type: String
-
#type (Default Value: "LDAP")
The type of conncector
Property Attributes- default ⇒ "LDAP"
53
# File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 53 property :type, default: "LDAP"
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
- #get_ds_config ⇒ Object
- #get_property_from_target(prop) ⇒ Object
-
#initialize(opts = {}) ⇒ LdapDatasource
constructor
A new instance of LdapDatasource.
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send