Module: Saml::Kit::Builders

Defined in:
lib/saml/kit/builders.rb,
lib/saml/kit/builders/null.rb,
lib/saml/kit/builders/metadata.rb,
lib/saml/kit/builders/response.rb,
lib/saml/kit/builders/assertion.rb,
lib/saml/kit/builders/logout_request.rb,
lib/saml/kit/builders/logout_response.rb,
lib/saml/kit/builders/encrypted_assertion.rb,
lib/saml/kit/builders/authentication_request.rb,
lib/saml/kit/builders/service_provider_metadata.rb,
lib/saml/kit/builders/identity_provider_metadata.rb

Overview

This module contains all the builders classes that are used to create SAML documents.

Defined Under Namespace

Classes: Assertion, AuthenticationRequest, EncryptedAssertion, IdentityProviderMetadata, LogoutRequest, LogoutResponse, Metadata, Null, Response, ServiceProviderMetadata