Module: SAML2::Schemas

Defined in:
lib/saml2/schemas.rb

Class Method Summary collapse

Class Method Details

.federationObject



3
4
5
# File 'lib/saml2/schemas.rb', line 3

def self.federation
  @federation ||= schema('ws-federation.xsd')
end

.metadataObject



7
8
9
# File 'lib/saml2/schemas.rb', line 7

def self.
  @metadata ||= schema('saml-schema-metadata-2.0.xsd')
end

.protocolObject



11
12
13
# File 'lib/saml2/schemas.rb', line 11

def self.protocol
  @protocol ||= schema('saml-schema-protocol-2.0.xsd')
end