Sha256: e8cf1568595b0d70a85ab9b93ec50f73187356ca9d77ec006dba4493c57b7eb1

Contents?: true

Size: 338 Bytes

Versions: 61

Compression:

Stored size: 338 Bytes

Contents

module Spider; module SAML2
    
    # Abstract class implementing the SAML2 methods
    
    class Backend
        
        def self.init(metadata, private_key, certificate)
            return LassoBackend.new(metadata, private_key, certificate)
        end
        
    end
    
    
end; end

require 'apps/sso/lib/saml2/lasso_backend'

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
spiderfw-0.5 apps/sso/lib/saml2/backend.rb