# File lib/authpds/session/authorization.rb, line 10defauthorize# If PDS user is not nil (PDS session already established), authorize!pds_user.nil?&&additional_authorizationend
Protected Instance Methods
authorized?()click to toggle source
# File lib/authpds/session/authorization.rb, line 4defauthorized?# Set all the information that is needed to make an authorization decisionset_recordandreturnauthorizeend