[Prev]

3.2.4 SSO: ret = tas3.sso_cf_ses(cf, qs_len, qs, ses, null, auto_flags)

cf

Configuration object, see tas3.new_conf_to_cf()

qs_len

Length of the query string. -1 = use strlen()

qs

Query string (or POST content)

ses

Session object, see tas3.new_ses(). Session object is modified.

res_len

Result parameter. Must always pass null as result parameters are not supported in the Java binding.

auto_flags

Automation flags

return

String representing protocol action or SSO attributes


[Prev | Next]