cc/td/doc/product/rtrmgmt/bacbba/bacbba25
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

SecurityService.idl
Interface List
Module SecurityService

SecurityService.idl


Interface List

The file SecurityService.idl contains the following interface:

Module SecurityService

The SecurityService module provides a token structure which is used for all IDL calls in other interfaces.

Data Structures and Types

OctetSequence User Defined Type

OctetSequence data type defines a string of octet type.

Usage
typedef sequence<octet> OctetSequence

SecurityToken Structure

The SecurityToken structure represents a security token that is passed in with each IDL call so that the server can check for proper permission before invoking the call.

Usage
struct SecurityToken
{
string user_name;
OctetSequence token_data;
};
Members

user_name—a string that identifies the user who holds this token

token_data—an octet string which contains the actual security token


hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed May 21 08:22:05 PDT 2003
All contents are Copyright © 1992--2003 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.