Module TINAProviderInitial


Interface Index

i_ProviderAuthenticate
i_ProviderInitial

Exception Index

e_AccessNotPossible
e_AuthMethodNotSupported
e_AuthMethodPropertiesError
e_AuthenticationError

Struct Index

t_AuthMethodDesc

Enum Index

t_AuthenticationStatus

Alias Index

t_AuthMethod
t_AuthMethodDescList
t_AuthMethodProperties
t_AuthMethodSearchProperties

Structs

t_AuthMethodDesc
struct t_AuthMethodDesc
{
    t_AuthMethod method;
    t_AuthMethodProperties properties;
};

Exceptions

e_AccessNotPossible
exception e_AccessNotPossible
{
};
e_AuthMethodNotSupported
exception e_AuthMethodNotSupported
{
};
e_AuthMethodPropertiesError
exception e_AuthMethodPropertiesError
{
    TINACommonTypes::t_PropertyErrorStruct propertyError;
};
e_AuthenticationError
exception e_AuthenticationError
{
    TINACommonTypes::Istring sIOR;
};

Enums

t_AuthenticationStatus
enum t_AuthenticationStatus
{
    SecAuthSuccess,
    SecAuthFailure,
    SecAuthContinue,
    SecAuthExpired
};

Aliases

t_AuthMethod
typedef unsigned long t_AuthMethod;
t_AuthMethodDescList
typedef sequence<t_AuthMethodDesc> t_AuthMethodDescList;
t_AuthMethodProperties
typedef TINACommonTypes::t_PropertyList t_AuthMethodProperties;
t_AuthMethodSearchProperties
typedef TINACommonTypes::t_MatchProperties t_AuthMethodSearchProperties;

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