Method: RSAML::Protocol::Scoping#requestor_ids

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

#requestor_idsObject

Identifies the set of requesting entities on whose behalf the requester is acting. Used to communicate the chain of requesters when proxying occurs.



18
19
20
# File 'lib/rsaml/protocol/scoping.rb', line 18

def requestor_ids
  @requestor_ids ||= []
end