Class: TokenConstants

Inherits:
Object
  • Object
show all
Defined in:
lib/acs/token_constants.rb

Overview

Holds following constants related to the Tokens along with its accessor methods default_compound_claim_delimiter, http_auth_parameter_separator, http_method_get, http_method_head, http_method_post, http_method_trace, management_issuer_name, output_claim_issuer_id, saml11_confirmation_method_bearertoken, service_bus_issuer_name, simple_auth_accesstoken, simple_auth_applies_to, simple_auth_authentication_type, simple_auth_content_type, simple_auth_name, simple_auth_password, simple_auth_requested_lifetime, simple_auth_saml_token, simple_auth_simple_web_token, simple_authtoken_expires_in, token_audience, token_digest256, token_expires_on, token_issuer, tracking_id_header_name, url_parameter_separator, content_language

Class Attribute Summary collapse

Class Attribute Details

.content_languageObject

Returns the value of attribute content_language.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def content_language
  @content_language
end

.default_compound_claim_delimiterObject

Returns the value of attribute default_compound_claim_delimiter.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def default_compound_claim_delimiter
  @default_compound_claim_delimiter
end

.http_auth_parameter_separatorObject

Returns the value of attribute http_auth_parameter_separator.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def http_auth_parameter_separator
  @http_auth_parameter_separator
end

.http_method_getObject

Returns the value of attribute http_method_get.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def http_method_get
  @http_method_get
end

.http_method_headObject

Returns the value of attribute http_method_head.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def http_method_head
  @http_method_head
end

.http_method_postObject

Returns the value of attribute http_method_post.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def http_method_post
  @http_method_post
end

.http_method_traceObject

Returns the value of attribute http_method_trace.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def http_method_trace
  @http_method_trace
end

.management_issuer_nameObject

Returns the value of attribute management_issuer_name.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def management_issuer_name
  @management_issuer_name
end

.output_claim_issuer_idObject

Returns the value of attribute output_claim_issuer_id.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def output_claim_issuer_id
  @output_claim_issuer_id
end

.saml11_confirmation_method_bearertokenObject

Returns the value of attribute saml11_confirmation_method_bearertoken.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def saml11_confirmation_method_bearertoken
  @saml11_confirmation_method_bearertoken
end

.service_bus_issuer_nameObject

Returns the value of attribute service_bus_issuer_name.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def service_bus_issuer_name
  @service_bus_issuer_name
end

.simple_auth_accesstokenObject

Returns the value of attribute simple_auth_accesstoken.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_accesstoken
  @simple_auth_accesstoken
end

.simple_auth_applies_toObject

Returns the value of attribute simple_auth_applies_to.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_applies_to
  @simple_auth_applies_to
end

.simple_auth_authentication_typeObject

Returns the value of attribute simple_auth_authentication_type.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_authentication_type
  @simple_auth_authentication_type
end

.simple_auth_content_typeObject

Returns the value of attribute simple_auth_content_type.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_content_type
  @simple_auth_content_type
end

.simple_auth_nameObject

Returns the value of attribute simple_auth_name.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_name
  @simple_auth_name
end

.simple_auth_passwordObject

Returns the value of attribute simple_auth_password.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_password
  @simple_auth_password
end

.simple_auth_requested_lifetimeObject

Returns the value of attribute simple_auth_requested_lifetime.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_requested_lifetime
  @simple_auth_requested_lifetime
end

.simple_auth_saml_tokenObject

Returns the value of attribute simple_auth_saml_token.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_saml_token
  @simple_auth_saml_token
end

.simple_auth_simple_web_tokenObject

Returns the value of attribute simple_auth_simple_web_token.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_auth_simple_web_token
  @simple_auth_simple_web_token
end

.simple_authtoken_expires_inObject

Returns the value of attribute simple_authtoken_expires_in.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def simple_authtoken_expires_in
  @simple_authtoken_expires_in
end

.token_audienceObject

Returns the value of attribute token_audience.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def token_audience
  @token_audience
end

.token_digest256Object

Returns the value of attribute token_digest256.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def token_digest256
  @token_digest256
end

.token_expires_onObject

Returns the value of attribute token_expires_on.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def token_expires_on
  @token_expires_on
end

.token_issuerObject

Returns the value of attribute token_issuer.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def token_issuer
  @token_issuer
end

.tracking_id_header_nameObject

Returns the value of attribute tracking_id_header_name.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def tracking_id_header_name
  @tracking_id_header_name
end

.url_parameter_separatorObject

Returns the value of attribute url_parameter_separator.



84
85
86
# File 'lib/acs/token_constants.rb', line 84

def url_parameter_separator
  @url_parameter_separator
end