Class BTGenerateToken

java.lang.Object
overit.geocall.bl.BusinessTask<GenerateTokenEvent>
overit.geocall.basic.bl.token.task.BTGenerateToken
All Implemented Interfaces:
Serializable, Tool

@Event(GenerateTokenEvent.class) public class BTGenerateToken extends BusinessTask<GenerateTokenEvent>
Task that handle the GenerateTokenEvent and generates a new access token or refresh the one that is contained into the session.
Can raise a DAValidate exception in case the user cannot be identified, or a DAException if there is some connection problem with the database.
Since:
9.0
See Also:
GCApi:
task