Local Interface SecurityLevel3::CredsAcceptor

Local Interface SecurityLevel3::CredsAcceptor

local interface CredsAcceptor
The CredsAcceptor object is an object that is directly a member of a particular OwnCredentials object. It represents the "acceptor" side of the credentials.

Attribute Index

accepts_endorsement
The accepts_endorsement attribute is TRUE if these credentials supports and accepts CSIv2 endorsement information.
accepts_quoting
The accepts_quoting attribute is TRUE if these credentials supports and accepts CSIv2 Identity Assertion information.
expiry_time
The expiry_time attribute denotes the time that these credentials expire.
restricted_resources
The restricted_resources attribute contains a list of resource names, by which the credentials initiator believes his authorizations apply.
supporting_statements
The supporting_statements attribute contains a list of statements supporting the principal associated with this acceptor.
the_principal
The principal attribute contains a local view of the Principal that the Credentials intend to represent.

Attributes

accepts_endorsement
readonly attribute boolean accepts_endorsement;

The accepts_endorsement attribute is TRUE if these credentials supports and accepts CSIv2 endorsement information.

accepts_quoting
readonly attribute boolean accepts_quoting;

The accepts_quoting attribute is TRUE if these credentials supports and accepts CSIv2 Identity Assertion information.

expiry_time
readonly attribute TimeBase::UtcT expiry_time;

The expiry_time attribute denotes the time that these credentials expire.

restricted_resources
readonly attribute ResourceNameList restricted_resources;

The restricted_resources attribute contains a list of resource names, by which the credentials initiator believes his authorizations apply.

supporting_statements
readonly attribute StatementList supporting_statements;

The supporting_statements attribute contains a list of statements supporting the principal associated with this acceptor.

the_principal
readonly attribute Principal the_principal;

The principal attribute contains a local view of the Principal that the Credentials intend to represent. Note that during context establishment, the actual establish target principal may be represented differently, especially with respect to environmental attributes. Some environmental attributes are a direct result of context establishment.


Generated by the ORBacus IDL-to-HTML translator