Sha256: 118530090d2bae07424e2e8207439cb25d2160e3cca51edbf6dbbe4ae3258d85
Contents?: true
Size: 402 Bytes
Versions: 108
Compression:
Stored size: 402 Bytes
Contents
module Saml module Elements class AuthnContext include Saml::Base tag "AuthnContext" namespace 'saml' element :authn_context_class_ref, String, :tag => "AuthnContextClassRef" has_many :authenticating_authorities, ::Saml::Elements::AuthenticatingAuthority validates :authn_context_class_ref, :inclusion => ClassRefs::ALL_CLASS_REFS + [nil] end end end
Version data entries
108 entries across 108 versions & 1 rubygems