Sha256: da5869d915a338e502862d65fa09696a4f5c1015da36ff9da8869808cccb77dc
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
module Saml module Elements class AuthnContext include Saml::Base tag "AuthnContext" namespace 'saml' element :authn_context_class_ref, String, :tag => "AuthnContextClassRef" validates :authn_context_class_ref, :inclusion => ClassRefs::ALL_CLASS_REFS + [nil] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libsaml-2.0.6 | lib/saml/elements/authn_context.rb |
libsaml-2.0.5 | lib/saml/elements/authn_context.rb |