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
functionName: *mut SAP_UC
Name of the called function module
sysId: *mut SAP_UC
Calling ABAP system ID
client: *mut SAP_UC
ABAP Client ("Mandant")
user: *mut SAP_UC
ABAP User
progName: *mut SAP_UC
Name of the calling APAB program (report, module pool)
sncName: *mut SAP_UC
SNC key of the calling ABAP system, if SNC is enabled
ssoTicket: *mut SAP_UC
Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled
Trait Implementations
impl Debug for _RFC_SECURITY_ATTRIBUTES
[src]
impl Copy for _RFC_SECURITY_ATTRIBUTES
[src]
impl Clone for _RFC_SECURITY_ATTRIBUTES
[src]
fn clone(&self) -> Self
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more