Class: KeycloakApiRails::Configuration
- Inherits:
-
Object
- Object
- KeycloakApiRails::Configuration
- Defined in:
- lib/keycloak-api-rails/configuration.rb
Instance Attribute Summary collapse
-
#ca_certificate_file ⇒ Object
Returns the value of attribute ca_certificate_file.
-
#custom_attributes ⇒ Object
Returns the value of attribute custom_attributes.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#opt_in ⇒ Object
Returns the value of attribute opt_in.
-
#public_key_cache_ttl ⇒ Object
Returns the value of attribute public_key_cache_ttl.
-
#realm_id ⇒ Object
Returns the value of attribute realm_id.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
-
#skip_paths ⇒ Object
Returns the value of attribute skip_paths.
-
#token_expiration_tolerance_in_seconds ⇒ Object
Returns the value of attribute token_expiration_tolerance_in_seconds.
Instance Attribute Details
#ca_certificate_file ⇒ Object
Returns the value of attribute ca_certificate_file.
11 12 13 |
# File 'lib/keycloak-api-rails/configuration.rb', line 11 def ca_certificate_file @ca_certificate_file end |
#custom_attributes ⇒ Object
Returns the value of attribute custom_attributes.
9 10 11 |
# File 'lib/keycloak-api-rails/configuration.rb', line 9 def custom_attributes @custom_attributes end |
#logger ⇒ Object
Returns the value of attribute logger.
10 11 12 |
# File 'lib/keycloak-api-rails/configuration.rb', line 10 def logger @logger end |
#opt_in ⇒ Object
Returns the value of attribute opt_in.
6 7 8 |
# File 'lib/keycloak-api-rails/configuration.rb', line 6 def opt_in @opt_in end |
#public_key_cache_ttl ⇒ Object
Returns the value of attribute public_key_cache_ttl.
8 9 10 |
# File 'lib/keycloak-api-rails/configuration.rb', line 8 def public_key_cache_ttl @public_key_cache_ttl end |
#realm_id ⇒ Object
Returns the value of attribute realm_id.
4 5 6 |
# File 'lib/keycloak-api-rails/configuration.rb', line 4 def realm_id @realm_id end |
#server_url ⇒ Object
Returns the value of attribute server_url.
3 4 5 |
# File 'lib/keycloak-api-rails/configuration.rb', line 3 def server_url @server_url end |
#skip_paths ⇒ Object
Returns the value of attribute skip_paths.
5 6 7 |
# File 'lib/keycloak-api-rails/configuration.rb', line 5 def skip_paths @skip_paths end |
#token_expiration_tolerance_in_seconds ⇒ Object
Returns the value of attribute token_expiration_tolerance_in_seconds.
7 8 9 |
# File 'lib/keycloak-api-rails/configuration.rb', line 7 def token_expiration_tolerance_in_seconds @token_expiration_tolerance_in_seconds end |