class Softlayer::Account::Authentication::Saml
Constants
- SERVICE
Attributes
account[RW]
account_id[RW]
attribute_count[RW]
attributes[RW]
certificate[RW]
certificate_fingerprint[RW]
entity_id[RW]
id[RW]
service_provider_certificate[RW]
service_provider_entity_id[RW]
service_provider_public_key[RW]
service_provider_single_logout_encoding[RW]
service_provider_single_logout_url[RW]
service_provider_single_sign_on_encoding[RW]
service_provider_single_sign_on_url[RW]
single_logout_encoding[RW]
single_logout_url[RW]
single_sign_on_encoding[RW]
single_sign_on_url[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/account/authentication/saml.rb, line 27 def self.create_object(message) request(:create_object, Softlayer::Account::Authentication::Saml, message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/account/authentication/saml.rb, line 31 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/account/authentication/saml.rb, line 36 def edit_object(message) request(:edit_object, Boolean, message) end
get_account()
click to toggle source
# File lib/softlayer/account/authentication/saml.rb, line 40 def get_account request(:get_account, Softlayer::Account) end
get_attributes()
click to toggle source
# File lib/softlayer/account/authentication/saml.rb, line 44 def get_attributes request(:get_attributes, Array[Softlayer::Account::Authentication::Attribute]) end
get_metadata()
click to toggle source
# File lib/softlayer/account/authentication/saml.rb, line 48 def get_metadata request(:get_metadata, String) end
get_object()
click to toggle source
# File lib/softlayer/account/authentication/saml.rb, line 52 def get_object request(:get_object, Softlayer::Account::Authentication::Saml) end