Using Security in CORBA Applications
|
|
Returns attributes for the Current interface.
Security::AttributeList get_attributes(
in Security::AttributeTypeList attributes
);
};
This method gets privilege (and other) attributes from the principal's credentials for the Current interface.
The following table describes valid return values.
Note: The defining_authority field is always empty. Depending on the security level defined in the UBBCONFIG file not all the values for the get_attribute method may be available. Two additional values, Group Id and Role, are available with the security level is set to ACL or MANDATORY_ACL in the UBBCONFIG file.
Note: This information is taken from CORBAservices: Common Object Services Specification, pp. 15-103, 104. Revised Edition: March 31, 1995. Updated: November 1997. Used with permission by OMG.
|
|
|