Library OSP

Package Auth

Overview

Classes: AuthAdminService, AuthAdminServiceImpl, AuthParams, AuthService, LDAPParams

Classes

class AuthAdminService

This service interface extends the basic AuthService interface with methods for administrating users, roles and their permissions. more...

class AuthAdminServiceImpl

This class implements the AuthAdminService using a SQL database accessed via the POCO Data library, and optionally LDAP for password verification and permissions. more...

struct AuthParams

 more...

class AuthService

The AuthService (authentication/authorization service) is used to authenticate users using a user name/credentials combination, and to assign certain permissions to users. more...

struct LDAPParams

LDAP authentication parameters. more...