class SoarAuthenticationToken::DummyStorageClient
Public Class Methods
new(configuration = {})
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 97 def initialize(configuration = {}) end
Public Instance Methods
add(token_identifier:, authenticated_identifier:, token_issue_time:, token_expiry_time:, flow_identifier: nil)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 104 def add(token_identifier:, authenticated_identifier:, token_issue_time:, token_expiry_time:, flow_identifier: nil) end
list_tokens_for(authenticated_identifier:, flow_identifier: nil)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 115 def list_tokens_for(authenticated_identifier:, flow_identifier: nil) nil end
remove(token_identifier:, flow_identifier: nil)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 106 def remove(token_identifier:, flow_identifier: nil) true end
remove_tokens_for(authenticated_identifier:, flow_identifier: nil)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 112 def remove_tokens_for(authenticated_identifier:, flow_identifier: nil) true end
store_failure(state = true)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 99 def store_failure(state = true) end
store_failure?()
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 101 def store_failure? false end
token_exist?(token_identifier:, authenticated_identifier:, token_issue_time:, token_expiry_time:, flow_identifier: nil)
click to toggle source
# File lib/soar_authentication_token/config_rotator.rb, line 109 def token_exist?(token_identifier:, authenticated_identifier:, token_issue_time:, token_expiry_time:, flow_identifier: nil) true end