java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.proxy.model.query.HvlOAuthProxyQueryModel
All Implemented Interfaces:
Serializable

@Validated public class HvlOAuthProxyQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query.
See Also:
  • Constructor Details

    • HvlOAuthProxyQueryModel

      public HvlOAuthProxyQueryModel()
      Instantiates a new proxy query model.
  • Method Details

    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the uuid
    • 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
    • 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
    • getTrustedProxyId

      public Long getTrustedProxyId()
      Gets trusted proxy id.
      Returns:
      the trusted proxy id
    • setTrustedProxyId

      public void setTrustedProxyId(Long trustedProxyId)
      Sets trusted proxy id.
      Parameters:
      trustedProxyId - the trusted proxy id
    • isDeleted

      public boolean isDeleted()
      Is deleted boolean.
      Returns:
      the boolean
    • setDeleted

      public void setDeleted(boolean deleted)
      Sets deleted.
      Parameters:
      deleted - the deleted
    • isOnlyDelegated

      public boolean isOnlyDelegated()
      Is only delegated boolean.
      Returns:
      the boolean
    • setOnlyDelegated

      public void setOnlyDelegated(boolean onlyDelegated)
      Sets only delegated.
      Parameters:
      onlyDelegated - the only delegated
    • isOnlyBorrowed

      public boolean isOnlyBorrowed()
      Is only borrowed boolean.
      Returns:
      the boolean
    • setOnlyBorrowed

      public void setOnlyBorrowed(boolean onlyBorrowed)
      Sets only borrowed.
      Parameters:
      onlyBorrowed - the only borrowed
    • getStartDate

      public OffsetDateTime getStartDate()
      Gets start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(OffsetDateTime startDate)
      Sets start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public OffsetDateTime getEndDate()
      Gets end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(OffsetDateTime endDate)
      Sets end date.
      Parameters:
      endDate - the end date
    • getIntegrationCode

      public String getIntegrationCode()
      Gets integration code.
      Returns:
      the integration code
    • setIntegrationCode

      public void setIntegrationCode(String integrationCode)
      Sets integration code.
      Parameters:
      integrationCode - the integration code
    • getIdSet

      public Set<Long> getIdSet()
      Gets id set.
      Returns:
      the id set
    • setIdSet

      public void setIdSet(Set<Long> idSet)
      Sets id set.
      Parameters:
      idSet - the id set
    • 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
    • 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
    • getName

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

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

      public HvlOAuthUserProfilePredicateModel getUserProfilePredicateModel()
      Gets user profile predicate model.
      Returns:
      the user profile predicate model
    • setUserProfilePredicateModel

      public void setUserProfilePredicateModel(HvlOAuthUserProfilePredicateModel userProfilePredicateModel)
      Sets user profile predicate model.
      Parameters:
      userProfilePredicateModel - the user profile predicate model
    • getOnlyTrustedProxy

      public Boolean getOnlyTrustedProxy()
      Gets only trusted proxy.
      Returns:
      the only trusted proxy
    • setOnlyTrustedProxy

      public void setOnlyTrustedProxy(Boolean onlyTrustedProxy)
      Sets only trusted proxy.
      Parameters:
      onlyTrustedProxy - the only trusted proxy