Class HvlOAuthUserOperationInfoEventModel

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

public final class HvlOAuthUserOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
The type user operation info event model.
See Also:
  • Method Details

    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String encryptedPassword, String informationMailAddress, String sourceUuid, Long userDetailId)
      Instantiates a new HvlOAuthUserOperationInfoEventModel.
      Parameters:
      eventType - the event type
      encryptedPassword - the encrypted password
      informationMailAddress - the information mail address
      sourceUuid - the source uuid
      userDetailId - the user detail id
      Returns:
      the hvl o auth user operation info event model
    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new HvlOAuthUserOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      Returns:
      the hvl o auth user operation info event model
    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String sourceUuid, Long userDetailId, String encryptedPassword, String url, String informationMailAddress)
      Of hvl o auth user operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      userDetailId - the user detail id
      encryptedPassword - the encrypted password
      url - the url
      informationMailAddress - the information mail address
      Returns:
      the hvl o auth user operation info event model
    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String sourceUuid, Long userDetailId, String encryptedPassword, String url)
      Of hvl o auth user operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      userDetailId - the user detail id
      encryptedPassword - the encrypted password
      url - the url
      Returns:
      the hvl o auth user operation info event model
    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String sourceUuid, Long userDetailId, String encryptedPassword)
      Of hvl o auth user operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      userDetailId - the user detail id
      encryptedPassword - the encrypted password
      Returns:
      the hvl o auth user operation info event model
    • of

      public static HvlOAuthUserOperationInfoEventModel of(HvlOAuthOperationEventType eventType, String sourceUuid, Long userDetailId)
      Of hvl o auth user operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      userDetailId - the user detail id
      Returns:
      the hvl o auth user operation info event model
    • getUserDetailId

      public Long getUserDetailId()
      Gets user detail id.
      Returns:
      the user detail id
    • getEncryptedPassword

      public String getEncryptedPassword()
      Gets encrypted password.
      Returns:
      the encrypted password
    • getUrl

      public String getUrl()
      Gets url.
      Returns:
      the url
    • getInformationMailAddress

      public String getInformationMailAddress()
      Gets information mail address.
      Returns:
      the information mail address
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel