Class: Pandarus::AccountAuthorizationConfig

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/account_authorization_config.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#auth_baseObject

Returns the value of attribute auth_base.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_base
  @auth_base
end

#auth_filterObject

Returns the value of attribute auth_filter.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_filter
  @auth_filter
end

#auth_hostObject

Returns the value of attribute auth_host.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_host
  @auth_host
end

#auth_over_tlsObject

Returns the value of attribute auth_over_tls.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_over_tls
  @auth_over_tls
end

#auth_portObject

Returns the value of attribute auth_port.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_port
  @auth_port
end

#auth_typeObject

Returns the value of attribute auth_type.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_type
  @auth_type
end

#auth_usernameObject

Returns the value of attribute auth_username.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def auth_username
  @auth_username
end

#certificate_fingerprintObject

Returns the value of attribute certificate_fingerprint.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def certificate_fingerprint
  @certificate_fingerprint
end

#change_password_urlObject

Returns the value of attribute change_password_url.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def change_password_url
  @change_password_url
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def id
  @id
end

#identifier_formatObject

Returns the value of attribute identifier_format.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def identifier_format
  @identifier_format
end

#idp_entity_idObject

Returns the value of attribute idp_entity_id.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def idp_entity_id
  @idp_entity_id
end

#log_in_urlObject

Returns the value of attribute log_in_url.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def 
  @log_in_url
end

#log_out_urlObject

Returns the value of attribute log_out_url.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def log_out_url
  @log_out_url
end

#login_attributeObject

Returns the value of attribute login_attribute.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def 
  @login_attribute
end

#login_handle_nameObject

Returns the value of attribute login_handle_name.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def 
  @login_handle_name
end

#positionObject

Returns the value of attribute position.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def position
  @position
end

#requested_authn_contextObject

Returns the value of attribute requested_authn_context.



6
7
8
# File 'lib/pandarus/models/account_authorization_config.rb', line 6

def requested_authn_context
  @requested_authn_context
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/pandarus/models/account_authorization_config.rb', line 9

def self.attribute_map
  {
    :login_handle_name => {:external => "login_handle_name", :container => false, :type => "String"},
    :identifier_format => {:external => "identifier_format", :container => false, :type => "String"},
    :auth_type => {:external => "auth_type", :container => false, :type => "String"},
    :id => {:external => "id", :container => false, :type => "Integer"},
    :log_out_url => {:external => "log_out_url", :container => false, :type => "String"},
    :log_in_url => {:external => "log_in_url", :container => false, :type => "String"},
    :certificate_fingerprint => {:external => "certificate_fingerprint", :container => false, :type => "String"},
    :change_password_url => {:external => "change_password_url", :container => false, :type => "String"},
    :requested_authn_context => {:external => "requested_authn_context", :container => false, :type => "String"},
    :auth_host => {:external => "auth_host", :container => false, :type => "String"},
    :auth_filter => {:external => "auth_filter", :container => false, :type => "String"},
    :auth_over_tls => {:external => "auth_over_tls", :container => false, :type => "Integer"},
    :auth_base => {:external => "auth_base", :container => false, :type => "String"},
    :auth_username => {:external => "auth_username", :container => false, :type => "String"},
    :auth_port => {:external => "auth_port", :container => false, :type => "Integer"},
    :position => {:external => "position", :container => false, :type => "Integer"},
    :idp_entity_id => {:external => "idp_entity_id", :container => false, :type => "String"},
    :login_attribute => {:external => "login_attribute", :container => false, :type => "String"}

  }
end