Struct sapnwrfc::binding::_RFC_SECURITY_ATTRIBUTES [] [src]

#[repr(C)]
pub struct _RFC_SECURITY_ATTRIBUTES { pub functionName: *mut SAP_UC, pub sysId: *mut SAP_UC, pub client: *mut SAP_UC, pub user: *mut SAP_UC, pub progName: *mut SAP_UC, pub sncName: *mut SAP_UC, pub ssoTicket: *mut SAP_UC, }

_RFC_SECURITY_ATTRIBUTES

Structure passed to the RFC_SERVER_AUTHORIZATION_HANDLER giving some security related information about the calling ABAP partner of an incoming RFC call.

Fields

Name of the called function module

Calling ABAP system ID

ABAP Client ("Mandant")

ABAP User

Name of the calling APAB program (report, module pool)

SNC key of the calling ABAP system, if SNC is enabled

Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled

Trait Implementations

impl Debug for _RFC_SECURITY_ATTRIBUTES
[src]

[src]

Formats the value using the given formatter.

impl Copy for _RFC_SECURITY_ATTRIBUTES
[src]

impl Clone for _RFC_SECURITY_ATTRIBUTES
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for _RFC_SECURITY_ATTRIBUTES
[src]

[src]

Returns the "default value" for a type. Read more