Class HvlOAuthRoleOperationInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
tr.com.havelsan.javarch.oauth.event.common.module.role.model.HvlOAuthRoleOperationInfoEventModel
All Implemented Interfaces:
Serializable

public class HvlOAuthRoleOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
The type role operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthRoleOperationInfoEventModel

      public HvlOAuthRoleOperationInfoEventModel()
      Instantiates a new HvlOAuthRoleOperationInfoEventModel.
    • HvlOAuthRoleOperationInfoEventModel

      public HvlOAuthRoleOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new role operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthRoleOperationInfoEventModel

      public HvlOAuthRoleOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, Set<Long> authorityIdSet)
      Instantiates a new role operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      authorityIdSet - the authority id set
  • Method Details

    • getAuthorityIdSet

      public Set<Long> getAuthorityIdSet()
      Gets authority id set.
      Returns:
      the authority id set
    • setAuthorityIdSet

      public void setAuthorityIdSet(Set<Long> authorityIdSet)
      Sets authority id set.
      Parameters:
      authorityIdSet - the authority id set
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel