=begin #Adobe Experience Manager (AEM) API #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API OpenAPI spec version: 3.0.0 Contact: opensource@shinesolutions.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 3.2.1-SNAPSHOT =end require 'date' module SwaggerAemClient class SamlConfigurationProperties attr_accessor :path attr_accessor :service_ranking attr_accessor :idp_url attr_accessor :idp_cert_alias attr_accessor :idp_http_redirect attr_accessor :service_provider_entity_id attr_accessor :assertion_consumer_service_url attr_accessor :sp_private_key_alias attr_accessor :key_store_password attr_accessor :default_redirect_url attr_accessor :user_id_attribute attr_accessor :use_encryption attr_accessor :create_user attr_accessor :add_group_memberships attr_accessor :group_membership_attribute attr_accessor :default_groups attr_accessor :name_id_format attr_accessor :synchronize_attributes attr_accessor :handle_logout attr_accessor :logout_url attr_accessor :clock_tolerance attr_accessor :digest_method attr_accessor :signature_method attr_accessor :user_intermediate_path # Attribute mapping from ruby-style variable name to JSON key. 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 # Attribute type mapping. 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 # Initializes the object # @param [Hash] attributes Model attributes in the form of hash def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'path') self.path = attributes[:'path'] end if attributes.has_key?(:'service.ranking') self.service_ranking = attributes[:'service.ranking'] end if attributes.has_key?(:'idpUrl') self.idp_url = attributes[:'idpUrl'] end if attributes.has_key?(:'idpCertAlias') self.idp_cert_alias = attributes[:'idpCertAlias'] end if attributes.has_key?(:'idpHttpRedirect') self.idp_http_redirect = attributes[:'idpHttpRedirect'] end if attributes.has_key?(:'serviceProviderEntityId') self.service_provider_entity_id = attributes[:'serviceProviderEntityId'] end if attributes.has_key?(:'assertionConsumerServiceURL') self.assertion_consumer_service_url = attributes[:'assertionConsumerServiceURL'] end if attributes.has_key?(:'spPrivateKeyAlias') self.sp_private_key_alias = attributes[:'spPrivateKeyAlias'] end if attributes.has_key?(:'keyStorePassword') self.key_store_password = attributes[:'keyStorePassword'] end if attributes.has_key?(:'defaultRedirectUrl') self.default_redirect_url = attributes[:'defaultRedirectUrl'] end if attributes.has_key?(:'userIDAttribute') self.user_id_attribute = attributes[:'userIDAttribute'] end if attributes.has_key?(:'useEncryption') self.use_encryption = attributes[:'useEncryption'] end if attributes.has_key?(:'createUser') self.create_user = attributes[:'createUser'] end if attributes.has_key?(:'addGroupMemberships') self.add_group_memberships = attributes[:'addGroupMemberships'] end if attributes.has_key?(:'groupMembershipAttribute') self.group_membership_attribute = attributes[:'groupMembershipAttribute'] end if attributes.has_key?(:'defaultGroups') self.default_groups = attributes[:'defaultGroups'] end if attributes.has_key?(:'nameIdFormat') self.name_id_format = attributes[:'nameIdFormat'] end if attributes.has_key?(:'synchronizeAttributes') self.synchronize_attributes = attributes[:'synchronizeAttributes'] end if attributes.has_key?(:'handleLogout') self.handle_logout = attributes[:'handleLogout'] end if attributes.has_key?(:'logoutUrl') self.logout_url = attributes[:'logoutUrl'] end if attributes.has_key?(:'clockTolerance') self.clock_tolerance = attributes[:'clockTolerance'] end if attributes.has_key?(:'digestMethod') self.digest_method = attributes[:'digestMethod'] end if attributes.has_key?(:'signatureMethod') self.signature_method = attributes[:'signatureMethod'] end if attributes.has_key?(:'userIntermediatePath') self.user_intermediate_path = attributes[:'userIntermediatePath'] end end # Show invalid properties with the reasons. Usually used together with valid? # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? true end # Checks equality by comparing each attribute. # @param [Object] Object to be compared 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 # @see the `==` method # @param [Object] Object to be compared def eql?(o) self == o end # Calculates hash code according to all attributes. # @return [Fixnum] Hash code 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 # Builds the object from hash # @param [Hash] attributes Model attributes in the form of hash # @return [Object] Returns the model itself 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 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 # Deserializes the data based on type # @param string type Data type # @param string value Value to be deserialized # @return [Object] Deserialized data 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<(?.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?.+?), (?.+)>\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 temp_model = SwaggerAemClient.const_get(type).new temp_model.build_from_hash(value) end end # Returns the string representation of the object # @return [String] String presentation of the object def to_s to_hash.to_s end # to_body is an alias to to_hash (backward compatibility) # @return [Hash] Returns the object in the form of hash def to_body to_hash end # Returns the object in the form of hash # @return [Hash] Returns the object in the form of hash def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end # Outputs non-array value in the form of hash # For object, use to_hash. Otherwise, just return the value # @param [Object] value Any valid value # @return [Hash] Returns the value in the form of hash 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 end end