Class: Htpasswd::Acls::Digest

Inherits:
Base
  • Object
show all
Defined in:
lib/htpasswd/acls/digest.rb

Instance Method Summary collapse

Methods inherited from Base

[], #authorize_pass, #authorize_user, #authorized?, #initialize, #pass, register, #type, #user

Constructor Details

This class inherits a constructor from Htpasswd::Acls::Base

Instance Method Details

#authorize_type(scheme) ⇒ Object



4
5
6
# File 'lib/htpasswd/acls/digest.rb', line 4

def authorize_type(scheme)
  scheme.is_a?(Auths::Digest)
end