Class BTAssumeRoleChangeLog

All Implemented Interfaces:
Serializable, Tool

@Event(AssumeRoleEvent.class) public class BTAssumeRoleChangeLog extends DataLogReactor<AssumeRoleEvent>
Task that listen the AssumeRoleEvent and update the sts assume role session information into the database.
Can raise a DAValidate exception in case there's no user with the key passed by or a DAException if there is some connection problem with the database.
Since:
11.0
See Also:
GCApi:
task
  • Constructor Details

    • BTAssumeRoleChangeLog

      public BTAssumeRoleChangeLog()
  • Method Details