Class HvlOAuthTrustedProxyModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.proxy.model.HvlOAuthTrustedProxyModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>
Direct Known Subclasses:
HvlOAuthTrustedProxyPersistModel

@Validated public class HvlOAuthTrustedProxyModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for trusted proxy operations
See Also:
  • Field Details

    • SOURCE_PROFILE_ID_FIELD_NAME

      public static final String SOURCE_PROFILE_ID_FIELD_NAME
      The constant SOURCE_PROFILE_ID_FIELD_NAME.
      See Also:
    • NAME_FIELD_NAME

      public static final String NAME_FIELD_NAME
      The constant NAME_FIELD_NAME.
      See Also:
    • TARGET_USER_ID_SET_FIELD_NAME

      public static final String TARGET_USER_ID_SET_FIELD_NAME
      The constant TARGET_USER_ID_SET_FIELD_NAME.
      See Also:
    • ROLE_ID_SET_FIELD_NAME

      public static final String ROLE_ID_SET_FIELD_NAME
      The constant ROLE_ID_SET_FIELD_NAME.
      See Also:
  • Constructor Details

    • HvlOAuthTrustedProxyModel

      public HvlOAuthTrustedProxyModel()
  • Method Details

    • getSourceProfileId

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

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • setSourceProfileId

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

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>