23 #include "authservice.h"
24 #include "authserviceimpl.h"
29 impl(new AuthServiceImpl(this))
31 qRegisterMetaType<Error>(
"SignOn::Error");
32 qRegisterMetaType<Error>(
"Error");
34 if (qMetaTypeId<Error>() < QMetaType::User)
35 BLAME() <<
"AuthService::AuthService() - "
36 "SignOn::Error meta type not registered.";
50 impl->queryMechanisms(method);
55 impl->queryIdentities(filter);