Uses of Class
overit.geocall.basic.bl.auth.BOApiKey
Packages that use BOApiKey
-
Uses of BOApiKey in overit.geocall.basic.bl.auth.event
Methods in overit.geocall.basic.bl.auth.event that return BOApiKeyModifier and TypeMethodDescriptionRevokeApiKeyEvent.getApiKey()GenerateApiKeyEvent.getBoApiKey()IdentityFromApiKeyEvent.getBoApiKey()Constructors in overit.geocall.basic.bl.auth.event with parameters of type BOApiKeyModifierConstructorDescriptionGenerateApiKeyEvent(BOApiKey boApiKey) Create a new event that will be called to generate a new Api Key for the user passed as parameterIdentityFromApiKeyEvent(BOApiKey boApiKey) RevokeApiKeyEvent(BOApiKey apiKey) Create a new event that will be called to revoke the user's Api Key.