Local Interface TransportSecurity::CredentialsInitiator
Local Interface TransportSecurity::CredentialsInitiator
local interface CredentialsInitiator
This interface represents the initiator side of the OwnCredentials.
It contains the local principal and capabilities in establishing
secure associations with servers.
Attribute Index
- expiry_time
- restricted_resources
- supporting_statements
- supports_client_authentication
- supports_confidentiality
- supports_embodiment
- 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_embodiment
-
readonly attribute boolean supports_embodiment;
- 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