Class HvlOAuthProxyOperationInfoEventModel

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

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

    • HvlOAuthProxyOperationInfoEventModel

      public HvlOAuthProxyOperationInfoEventModel()
      Instantiates a new HvlOAuthProxyOperationInfoEventModel.
    • HvlOAuthProxyOperationInfoEventModel

      public HvlOAuthProxyOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new HvlOAuthProxyOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthProxyOperationInfoEventModel

      public HvlOAuthProxyOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, Long targetUserId, Long sourceProfileId, Set<Long> roleIdSet)
      Instantiates a new HvlOAuthProxyOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      targetUserId - the target user id
      sourceProfileId - the source profile id
      roleIdSet - the role id set
  • Method Details

    • getTargetUserId

      public Long getTargetUserId()
      Gets target user id.
      Returns:
      the target user id
    • setTargetUserId

      public void setTargetUserId(Long targetUserId)
      Sets target user id.
      Parameters:
      targetUserId - the target user id
    • toString

      public String toString()
    • getSourceProfileId

      public Long getSourceProfileId()
      Gets source profile id.
      Returns:
      the source profile id
    • setSourceProfileId

      public void setSourceProfileId(Long sourceProfileId)
      Sets source profile id.
      Parameters:
      sourceProfileId - the source profile id
    • getRoleIdSet

      public Set<Long> getRoleIdSet()
      Gets role id set.
      Returns:
      the role id set
    • setRoleIdSet

      public void setRoleIdSet(Set<Long> roleIdSet)
      Sets role id set.
      Parameters:
      roleIdSet - the role id set