Class: SwaggerAemClient::SamlConfigurationProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/swagger_aem/models/saml_configuration_properties.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ SamlConfigurationProperties

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 133

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `SwaggerAemClient::SamlConfigurationProperties` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `SwaggerAemClient::SamlConfigurationProperties`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'path')
    self.path = attributes[:'path']
  end

  if attributes.key?(:'service_ranking')
    self.service_ranking = attributes[:'service_ranking']
  end

  if attributes.key?(:'idp_url')
    self.idp_url = attributes[:'idp_url']
  end

  if attributes.key?(:'idp_cert_alias')
    self.idp_cert_alias = attributes[:'idp_cert_alias']
  end

  if attributes.key?(:'idp_http_redirect')
    self.idp_http_redirect = attributes[:'idp_http_redirect']
  end

  if attributes.key?(:'service_provider_entity_id')
    self.service_provider_entity_id = attributes[:'service_provider_entity_id']
  end

  if attributes.key?(:'assertion_consumer_service_url')
    self.assertion_consumer_service_url = attributes[:'assertion_consumer_service_url']
  end

  if attributes.key?(:'sp_private_key_alias')
    self.sp_private_key_alias = attributes[:'sp_private_key_alias']
  end

  if attributes.key?(:'key_store_password')
    self.key_store_password = attributes[:'key_store_password']
  end

  if attributes.key?(:'default_redirect_url')
    self.default_redirect_url = attributes[:'default_redirect_url']
  end

  if attributes.key?(:'user_id_attribute')
    self.user_id_attribute = attributes[:'user_id_attribute']
  end

  if attributes.key?(:'use_encryption')
    self.use_encryption = attributes[:'use_encryption']
  end

  if attributes.key?(:'create_user')
    self.create_user = attributes[:'create_user']
  end

  if attributes.key?(:'add_group_memberships')
    self.add_group_memberships = attributes[:'add_group_memberships']
  end

  if attributes.key?(:'group_membership_attribute')
    self.group_membership_attribute = attributes[:'group_membership_attribute']
  end

  if attributes.key?(:'default_groups')
    self.default_groups = attributes[:'default_groups']
  end

  if attributes.key?(:'name_id_format')
    self.name_id_format = attributes[:'name_id_format']
  end

  if attributes.key?(:'synchronize_attributes')
    self.synchronize_attributes = attributes[:'synchronize_attributes']
  end

  if attributes.key?(:'handle_logout')
    self.handle_logout = attributes[:'handle_logout']
  end

  if attributes.key?(:'logout_url')
    self.logout_url = attributes[:'logout_url']
  end

  if attributes.key?(:'clock_tolerance')
    self.clock_tolerance = attributes[:'clock_tolerance']
  end

  if attributes.key?(:'digest_method')
    self.digest_method = attributes[:'digest_method']
  end

  if attributes.key?(:'signature_method')
    self.signature_method = attributes[:'signature_method']
  end

  if attributes.key?(:'user_intermediate_path')
    self.user_intermediate_path = attributes[:'user_intermediate_path']
  end
end

Instance Attribute Details

#add_group_membershipsObject

Returns the value of attribute add_group_memberships.



43
44
45
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 43

def add_group_memberships
  @add_group_memberships
end

#assertion_consumer_service_urlObject

Returns the value of attribute assertion_consumer_service_url.



29
30
31
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 29

def assertion_consumer_service_url
  @assertion_consumer_service_url
end

#clock_toleranceObject

Returns the value of attribute clock_tolerance.



57
58
59
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 57

def clock_tolerance
  @clock_tolerance
end

#create_userObject

Returns the value of attribute create_user.



41
42
43
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 41

def create_user
  @create_user
end

#default_groupsObject

Returns the value of attribute default_groups.



47
48
49
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 47

def default_groups
  @default_groups
end

#default_redirect_urlObject

Returns the value of attribute default_redirect_url.



35
36
37
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 35

def default_redirect_url
  @default_redirect_url
end

#digest_methodObject

Returns the value of attribute digest_method.



59
60
61
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 59

def digest_method
  @digest_method
end

#group_membership_attributeObject

Returns the value of attribute group_membership_attribute.



45
46
47
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 45

def group_membership_attribute
  @group_membership_attribute
end

#handle_logoutObject

Returns the value of attribute handle_logout.



53
54
55
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 53

def handle_logout
  @handle_logout
end

#idp_cert_aliasObject

Returns the value of attribute idp_cert_alias.



23
24
25
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 23

def idp_cert_alias
  @idp_cert_alias
end

#idp_http_redirectObject

Returns the value of attribute idp_http_redirect.



25
26
27
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 25

def idp_http_redirect
  @idp_http_redirect
end

#idp_urlObject

Returns the value of attribute idp_url.



21
22
23
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 21

def idp_url
  @idp_url
end

#key_store_passwordObject

Returns the value of attribute key_store_password.



33
34
35
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 33

def key_store_password
  @key_store_password
end

#logout_urlObject

Returns the value of attribute logout_url.



55
56
57
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 55

def logout_url
  @logout_url
end

#name_id_formatObject

Returns the value of attribute name_id_format.



49
50
51
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 49

def name_id_format
  @name_id_format
end

#pathObject

Returns the value of attribute path.



17
18
19
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 17

def path
  @path
end

#service_provider_entity_idObject

Returns the value of attribute service_provider_entity_id.



27
28
29
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 27

def service_provider_entity_id
  @service_provider_entity_id
end

#service_rankingObject

Returns the value of attribute service_ranking.



19
20
21
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 19

def service_ranking
  @service_ranking
end

#signature_methodObject

Returns the value of attribute signature_method.



61
62
63
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 61

def signature_method
  @signature_method
end

#sp_private_key_aliasObject

Returns the value of attribute sp_private_key_alias.



31
32
33
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 31

def sp_private_key_alias
  @sp_private_key_alias
end

#synchronize_attributesObject

Returns the value of attribute synchronize_attributes.



51
52
53
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 51

def synchronize_attributes
  @synchronize_attributes
end

#use_encryptionObject

Returns the value of attribute use_encryption.



39
40
41
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 39

def use_encryption
  @use_encryption
end

#user_id_attributeObject

Returns the value of attribute user_id_attribute.



37
38
39
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 37

def user_id_attribute
  @user_id_attribute
end

#user_intermediate_pathObject

Returns the value of attribute user_intermediate_path.



63
64
65
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 63

def user_intermediate_path
  @user_intermediate_path
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 66

def self.attribute_map
  {
    :'path' => :'path',
    :'service_ranking' => :'service.ranking',
    :'idp_url' => :'idpUrl',
    :'idp_cert_alias' => :'idpCertAlias',
    :'idp_http_redirect' => :'idpHttpRedirect',
    :'service_provider_entity_id' => :'serviceProviderEntityId',
    :'assertion_consumer_service_url' => :'assertionConsumerServiceURL',
    :'sp_private_key_alias' => :'spPrivateKeyAlias',
    :'key_store_password' => :'keyStorePassword',
    :'default_redirect_url' => :'defaultRedirectUrl',
    :'user_id_attribute' => :'userIDAttribute',
    :'use_encryption' => :'useEncryption',
    :'create_user' => :'createUser',
    :'add_group_memberships' => :'addGroupMemberships',
    :'group_membership_attribute' => :'groupMembershipAttribute',
    :'default_groups' => :'defaultGroups',
    :'name_id_format' => :'nameIdFormat',
    :'synchronize_attributes' => :'synchronizeAttributes',
    :'handle_logout' => :'handleLogout',
    :'logout_url' => :'logoutUrl',
    :'clock_tolerance' => :'clockTolerance',
    :'digest_method' => :'digestMethod',
    :'signature_method' => :'signatureMethod',
    :'user_intermediate_path' => :'userIntermediatePath'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



302
303
304
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 302

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



126
127
128
129
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 126

def self.openapi_nullable
  Set.new([
  ])
end

.openapi_typesObject

Attribute type mapping.



96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 96

def self.openapi_types
  {
    :'path' => :'SamlConfigurationPropertyItemsArray',
    :'service_ranking' => :'SamlConfigurationPropertyItemsLong',
    :'idp_url' => :'SamlConfigurationPropertyItemsString',
    :'idp_cert_alias' => :'SamlConfigurationPropertyItemsString',
    :'idp_http_redirect' => :'SamlConfigurationPropertyItemsBoolean',
    :'service_provider_entity_id' => :'SamlConfigurationPropertyItemsString',
    :'assertion_consumer_service_url' => :'SamlConfigurationPropertyItemsString',
    :'sp_private_key_alias' => :'SamlConfigurationPropertyItemsString',
    :'key_store_password' => :'SamlConfigurationPropertyItemsString',
    :'default_redirect_url' => :'SamlConfigurationPropertyItemsString',
    :'user_id_attribute' => :'SamlConfigurationPropertyItemsString',
    :'use_encryption' => :'SamlConfigurationPropertyItemsBoolean',
    :'create_user' => :'SamlConfigurationPropertyItemsBoolean',
    :'add_group_memberships' => :'SamlConfigurationPropertyItemsBoolean',
    :'group_membership_attribute' => :'SamlConfigurationPropertyItemsString',
    :'default_groups' => :'SamlConfigurationPropertyItemsArray',
    :'name_id_format' => :'SamlConfigurationPropertyItemsString',
    :'synchronize_attributes' => :'SamlConfigurationPropertyItemsArray',
    :'handle_logout' => :'SamlConfigurationPropertyItemsBoolean',
    :'logout_url' => :'SamlConfigurationPropertyItemsString',
    :'clock_tolerance' => :'SamlConfigurationPropertyItemsLong',
    :'digest_method' => :'SamlConfigurationPropertyItemsString',
    :'signature_method' => :'SamlConfigurationPropertyItemsString',
    :'user_intermediate_path' => :'SamlConfigurationPropertyItemsString'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 258

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      path == o.path &&
      service_ranking == o.service_ranking &&
      idp_url == o.idp_url &&
      idp_cert_alias == o.idp_cert_alias &&
      idp_http_redirect == o.idp_http_redirect &&
      service_provider_entity_id == o.service_provider_entity_id &&
      assertion_consumer_service_url == o.assertion_consumer_service_url &&
      sp_private_key_alias == o.sp_private_key_alias &&
      key_store_password == o.key_store_password &&
      default_redirect_url == o.default_redirect_url &&
      user_id_attribute == o.user_id_attribute &&
      use_encryption == o.use_encryption &&
      create_user == o.create_user &&
      add_group_memberships == o.add_group_memberships &&
      group_membership_attribute == o.group_membership_attribute &&
      default_groups == o.default_groups &&
      name_id_format == o.name_id_format &&
      synchronize_attributes == o.synchronize_attributes &&
      handle_logout == o.handle_logout &&
      logout_url == o.logout_url &&
      clock_tolerance == o.clock_tolerance &&
      digest_method == o.digest_method &&
      signature_method == o.signature_method &&
      user_intermediate_path == o.user_intermediate_path
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 330

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    SwaggerAemClient.const_get(type).build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



399
400
401
402
403
404
405
406
407
408
409
410
411
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 399

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 309

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


289
290
291
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 289

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



295
296
297
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 295

def hash
  [path, service_ranking, idp_url, idp_cert_alias, idp_http_redirect, service_provider_entity_id, assertion_consumer_service_url, sp_private_key_alias, key_store_password, default_redirect_url, user_id_attribute, use_encryption, create_user, add_group_memberships, group_membership_attribute, default_groups, name_id_format, synchronize_attributes, handle_logout, logout_url, clock_tolerance, digest_method, signature_method, user_intermediate_path].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



245
246
247
248
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 245

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



375
376
377
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 375

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



381
382
383
384
385
386
387
388
389
390
391
392
393
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 381

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end
    
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



369
370
371
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 369

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



252
253
254
# File 'lib/swagger_aem/models/saml_configuration_properties.rb', line 252

def valid?
  true
end