Local Interface TransportSecurity::IdentityTokenGenerator

Local Interface TransportSecurity::IdentityTokenGenerator

local interface IdentityTokenGenerator
An object of theIdentityTokenGenerator interface may be used by the TokenGenerator to assert a particular identity over the transport.

Operation Index

destroy
generate_identity
the_principal
the_statement

Operations

destroy
void destroy();

generate_identity
boolean generate_identity(in CSI::IdentityTokenType id_token_types,
                          in CSI::OIDList gss_naming_mechs,
                          out IdentityTokenInfo identity_token_info);

the_principal
SecurityLevel3::SimplePrincipal the_principal();

the_statement
SecurityLevel3::IdentityStatement the_statement();


Generated by the ORBacus IDL-to-HTML translator