class Clarion::Stores::Base
Public Class Methods
new(options={})
click to toggle source
# File lib/clarion/stores/base.rb, line 4 def initialize(options={}) @options = options end
Public Instance Methods
find_authn(id)
click to toggle source
# File lib/clarion/stores/base.rb, line 12 def find_authn(id) raise NotImplementedError end
store_authn(authn)
click to toggle source
# File lib/clarion/stores/base.rb, line 8 def store_authn(authn) raise NotImplementedError end