Method: RSAML::Protocol::AuthnRequest#conditions
- Defined in:
- lib/rsaml/protocol/authn_request.rb
#conditions ⇒ Object
Specifies the SAML conditions the requester expects to limit the validity and/or use of the resulting assertion(s). The responder MAY modify or supplement this set as it deems necessary. The information in this element is used as input to the process of constructing the assertion, rather than as conditions on the use of the request itself.
27 28 29 |
# File 'lib/rsaml/protocol/authn_request.rb', line 27 def conditions @conditions end |