struct t_AuthMethodDesc
{
t_AuthMethod method;
t_AuthMethodProperties properties;
};
exception e_AccessNotPossible
{
};
exception e_AuthMethodNotSupported
{
};
exception e_AuthMethodPropertiesError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
exception e_AuthenticationError
{
TINACommonTypes::Istring sIOR;
};
enum t_AuthenticationStatus
{
SecAuthSuccess,
SecAuthFailure,
SecAuthContinue,
SecAuthExpired
};
typedef unsigned long t_AuthMethod;
typedef sequence<t_AuthMethodDesc> t_AuthMethodDescList;
typedef TINACommonTypes::t_PropertyList t_AuthMethodProperties;
typedef TINACommonTypes::t_MatchProperties t_AuthMethodSearchProperties;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)