Local Interface TransportSecurity::CredentialsAcceptor

Local Interface TransportSecurity::CredentialsAcceptor

local interface CredentialsAcceptor
This interface represents the acceptor side of the OwnCredentials. It contains the local principal and the capabilities in accepting a secure association with clients.

Attribute Index

expiry_time
restricted_resources
supporting_statements
supports_client_authentication
supports_confidentiality
supports_endorsement
supports_integrity
supports_quoting
supports_target_authentication
the_principal

Attributes

expiry_time
readonly attribute TimeBase::UtcT expiry_time;

restricted_resources
readonly attribute SecurityLevel3::ResourceNameList restricted_resources;

supporting_statements
readonly attribute SecurityLevel3::StatementList supporting_statements;

supports_client_authentication
readonly attribute boolean supports_client_authentication;

supports_confidentiality
readonly attribute boolean supports_confidentiality;

supports_endorsement
readonly attribute boolean supports_endorsement;

supports_integrity
readonly attribute boolean supports_integrity;

supports_quoting
readonly attribute boolean supports_quoting;

supports_target_authentication
readonly attribute boolean supports_target_authentication;

the_principal
readonly attribute SecurityLevel3::Principal the_principal;


Generated by the ORBacus IDL-to-HTML translator