Class: SAML2::Conditions::OneTimeUse
- Defined in:
- lib/saml2/conditions.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#build(builder) ⇒ void
Serialize this object to XML, as part of a larger document.
-
#validate(_) ⇒ []
The caller will need to see if this condition exists, and validate it using their own state store.
Methods inherited from Condition
Methods inherited from Base
#decrypt, from_xml, #from_xml, #initialize, #inspect, load_object_array, load_string_array, lookup_qname, #to_s, #to_xml
Constructor Details
This class inherits a constructor from SAML2::Base
Instance Method Details
#build(builder) ⇒ void
This method returns an undefined value.
Serialize this object to XML, as part of a larger document
143 144 145 |
# File 'lib/saml2/conditions.rb', line 143 def build(builder) builder["saml"].OneTimeUse end |
#validate(_) ⇒ []
The caller will need to see if this condition exists, and validate it using their own state store.
138 139 140 |
# File 'lib/saml2/conditions.rb', line 138 def validate(_) [] end |