IUserManagement

User management

Package com.appliedrec.verid.core2

public interface IUserManagement

Methods

assignFacesToUser

Introduced in version 1.0.0

public assignFacesToUser(IRecognizable[], String)

Assign faces to user.

Parameters

faces com.appliedrec.verid.core2.IRecognizable[]
Faces to assign to the user
userId java.lang.String
ID of the user

Throws

java.lang.Exception
if the assignment fails

deleteFaces

Introduced in version 1.0.0

public deleteFaces(IRecognizable[])

Delete faces.

Parameters

faces com.appliedrec.verid.core2.IRecognizable[]
Faces to delete

Throws

java.lang.Exception
if the deletion fails

getUsers

Introduced in version 1.0.0

public getUsers()

Get registered users.

Returns

java.lang.String[]
IDs of users with registered faces

Throws

java.lang.Exception
if the operation fails

getFacesOfUser

Introduced in version 1.0.0

public getFacesOfUser(String)

Get faces associated with user.

Parameters

userId java.lang.String
ID of the user whose faces to get

Returns

com.appliedrec.verid.core2.IRecognizable[]
Array of faces

Throws

java.lang.Exception
if the operation fails

getFaces

Introduced in version 1.0.0

public getFaces()

Get all registered faces.

Returns

com.appliedrec.verid.core2.IRecognizable[]
Array of faces

Throws

java.lang.Exception
if the operation fails

deleteUsers

Introduced in version 1.0.0

public deleteUsers(String[])

Delete users and their registered faces.

Parameters

userIds java.lang.String[]
IDs of the users to delete

Throws

java.lang.Exception
if the operation fails