Interface OCI::Security::ConnectorInfo

interface ConnectorInfo
inherits from OCI::ConnectorInfo

Information on an Security OCI Connector object.

See Also:
Connector
ConnectorInfo


Attribute Index

association_options
The Security::Association Options that will be used/ were used to establish the security context.
initiating_credentials
The credentials that are being used to initiate secure associations on this transport.
mechanism
The mechanism for the Connector.
target_security_name
The Target Security Name.

Attributes

association_options
readonly attribute Security::AssociationOptions association_options;

The Security::Association Options that will be used/ were used to establish the security context. These options are negotiated between the settings on the client credentials and the options available in the target's IOR.

See Also:
Security::AssociationOptions

initiating_credentials
readonly attribute SecurityLevel2::Credentials initiating_credentials;

The credentials that are being used to initiate secure associations on this transport.


mechanism
readonly attribute Security::MechanismType mechanism;

The mechanism for the Connector.


target_security_name
readonly attribute Security::SecurityName target_security_name;

The Target Security Name. This is the name in octet form of the target object. This name comes from security component matching the mechanism in the remote object IOR.

See Also:
SecurityLevel2::Credentials
Security::SecAttribute
Security::AttributeType
Security::AccessId


Generated by the ORBacus IDL-to-HTML translator (non-commercial)