import "SecurityLevel2.idl";
Inheritance diagram for SecurityLevel2::Credentials:
Public Member Functions | |
Credentials | copy () |
void | destroy () |
boolean | get_security_feature (in Security::CommunicationDirection direction, in Security::SecurityFeature feature) |
boolean | set_attributes (in Security::AttributeList requested_attributes, out Security::AttributeList actual_attributes) |
Security::AttributeList | get_attributes (in Security::AttributeTypeList attributes) |
boolean | is_valid (out Security::UtcT expiry_time) |
boolean | refresh (in any refresh_data) |
Public Attributes | |
readonly attribute Security::InvocationCredentialsType | credentials_type |
readonly attribute Security::AuthenticationStatus | authentication_state |
readonly attribute Security::MechanismType | mechanism |
attribute Security::AssociationOptions | accepting_options_supported |
attribute Security::AssociationOptions | accepting_options_required |
attribute Security::AssociationOptions | invocation_options_supported |
attribute Security::AssociationOptions | invocation_options_required |
Definition at line 52 of file SecurityLevel2.idl.
Credentials SecurityLevel2::Credentials::copy | ( | ) |
void SecurityLevel2::Credentials::destroy | ( | ) |
Security::AttributeList SecurityLevel2::Credentials::get_attributes | ( | in Security::AttributeTypeList | attributes | ) |
boolean SecurityLevel2::Credentials::get_security_feature | ( | in Security::CommunicationDirection | direction, | |
in Security::SecurityFeature | feature | |||
) |
boolean SecurityLevel2::Credentials::is_valid | ( | out Security::UtcT | expiry_time | ) |
boolean SecurityLevel2::Credentials::refresh | ( | in any | refresh_data | ) |
boolean SecurityLevel2::Credentials::set_attributes | ( | in Security::AttributeList | requested_attributes, | |
out Security::AttributeList | actual_attributes | |||
) |
Definition at line 71 of file SecurityLevel2.idl.
Definition at line 68 of file SecurityLevel2.idl.
readonly attribute Security::AuthenticationStatus SecurityLevel2::Credentials::authentication_state |
Definition at line 63 of file SecurityLevel2.idl.
readonly attribute Security::InvocationCredentialsType SecurityLevel2::Credentials::credentials_type |
Definition at line 60 of file SecurityLevel2.idl.
Definition at line 77 of file SecurityLevel2.idl.
Definition at line 74 of file SecurityLevel2.idl.
readonly attribute Security::MechanismType SecurityLevel2::Credentials::mechanism |
Definition at line 65 of file SecurityLevel2.idl.