23 #include "authservice.h"
24 #include "authserviceimpl.h"
30 impl(new AuthServiceImpl(this))
34 qRegisterMetaType<Error>(
"SignOn::Error");
35 qRegisterMetaType<Error>(
"Error");
37 if (qMetaTypeId<Error>() < QMetaType::User)
38 BLAME() <<
"AuthService::AuthService() - "
39 "SignOn::Error meta type not registered.";
53 impl->queryMechanisms(method);
58 impl->queryIdentities(filter);