Class ClientAuthenticatorAPI
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Field Summary
Fields inherited from class AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByCallback(UserContext uc, UUID callbackUuid) Finds the client authenticator by its callback UUID.getByUuid(UserContext uc, Mandant client, UUID uuid) Methods inherited from class AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class ASubAPI
getHandlerProvider
-
Constructor Details
-
ClientAuthenticatorAPI
public ClientAuthenticatorAPI()
-
-
Method Details
-
getByUuid
- Parameters:
uc- Current user context for database transactions.client- Client of the authenticator.uuid- UUID of the authenticator to retrieve.- Returns:
- The authenticator with the given UUID within the given client, or
nullwhen no such authenticator exist.
-
getByCallback
Finds the client authenticator by its callback UUID.- Parameters:
uc- Current user context for accessing the database.callbackUuid- Callback UUID of the authenticator to retrieve.- Returns:
- The authenticator with the given callback UUID, or
nullwhen no such authenticator exist.
-