Class: MintPress::Siebel::LdapDatasource

Inherits:
Object
  • Object
show all
Includes:
Mixins::Properties
Defined in:
src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb

Properties (Read/Write)

  • #name ⇒ String

    Property Attributes
    • requiredtrue
    
    
    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 Attributes
    
    
    13
    # File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 13
    
    property :host, type: String
  • #port ⇒ Integer
    port of ldap server

    Property Attributes
    
    
    15
    # 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
    • requiredtrue
    
    
    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
    • fromString
    • requiredtrue
    
    
    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 Attributes
    
    
    21
    # File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 21
    
    property :base_dn, type: String
  • #crc ⇒ String
    CRC Checksum

    Property Attributes
    
    
    23
    # File 'src/oracle-siebel/lib/oracle-siebel/ldap_datastore.rb', line 23
    
    property :crc, type: String
  • #credentials_attribute_type ⇒ String
    Credentials Attribute

    Property Attributes
    
    
    25
    # 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
    • defaultfalse
    
    
    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
    • defaultfalse
    
    
    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 Attributes
    
    
    33
    # 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
    • defaultfalse
    
    
    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 Attributes
    
    
    37
    # 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 Attributes
    
    
    39
    # 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 Attributes
    
    
    41
    # 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 Attributes
    
    
    43
    # 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 Attributes
    
    
    45
    # 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 Attributes
    
    
    47
    # 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
    • defaultfalse
    
    
    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 Attributes
    
    
    51
    # 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

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

Constructor Details

#initialize(opts = {}) ⇒ LdapDatasource

Returns a new instance of LdapDatasource.

Instance Method Details

#get_ds_configObject

#get_property_from_target(prop) ⇒ Object