class RoadForest::Authorization::AuthenticationChain::Scheme
Public Class Methods
register(name)
click to toggle source
# File lib/roadforest/authorization/authentication-chain.rb, line 10 def self.register(name) registrar.registry.add(name, self.new) end
registry_purpose()
click to toggle source
# File lib/roadforest/authorization/authentication-chain.rb, line 7 def self.registry_purpose; "authentication scheme"; end
Public Instance Methods
authenticated_entity(credentials, store)
click to toggle source
# File lib/roadforest/authorization/authentication-chain.rb, line 14 def authenticated_entity(credentials, store) nil end