Method: RSAML::Protocol::AuthnRequest#validate

Defined in:
lib/rsaml/protocol/authn_request.rb

#validateObject

Validate the authentication request.

Raises:



67
68
69
# File 'lib/rsaml/protocol/authn_request.rb', line 67

def validate
  raise ValidationError, "Conditions must be of type Conditions" if conditions && !conditions.is_a?(Conditions)
end