Class QOAuthClient

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<OAuthClient>, com.querydsl.core.types.Expression<OAuthClient>, com.querydsl.core.types.Path<OAuthClient>, Serializable

    @Generated("com.querydsl.codegen.DefaultEntitySerializer")
    public class QOAuthClient
    extends com.querydsl.core.types.dsl.EntityPathBase<OAuthClient>
    QOAuthClient is a Querydsl query type for OAuthClient
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • Methods inherited from class com.querydsl.core.types.dsl.BeanPath

        accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
      • Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

        as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • _super

        public final QAclSid _super
      • accessTokenValidity

        public final com.querydsl.core.types.dsl.NumberPath<Integer> accessTokenValidity
      • accessTokenValiditySeconds

        public final com.querydsl.core.types.dsl.NumberPath<Integer> accessTokenValiditySeconds
      • aclEntries

        public final com.querydsl.core.types.dsl.ListPath<AclEntry,​QAclEntry> aclEntries
      • active

        public final com.querydsl.core.types.dsl.BooleanPath active
      • authorizedGrantTypes

        public final com.querydsl.core.types.dsl.SetPath<String,​com.querydsl.core.types.dsl.StringPath> authorizedGrantTypes
      • autoApprove

        public final com.querydsl.core.types.dsl.BooleanPath autoApprove
      • autoApproveScope

        public final com.querydsl.core.types.dsl.StringPath autoApproveScope
      • clientId

        public final com.querydsl.core.types.dsl.StringPath clientId
      • clientSecret

        public final com.querydsl.core.types.dsl.StringPath clientSecret
      • contactEmail

        public final com.querydsl.core.types.dsl.StringPath contactEmail
      • contactNote

        public final com.querydsl.core.types.dsl.StringPath contactNote
      • createdBy

        public final com.querydsl.core.types.dsl.NumberPath<Long> createdBy
      • createdDate

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • fullName

        public final com.querydsl.core.types.dsl.StringPath fullName
      • grants

        public final com.querydsl.core.types.dsl.StringPath grants
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • lastModifiedBy

        public final com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
      • lastModifiedDate

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
      • origins

        public final com.querydsl.core.types.dsl.StringPath origins
      • principal

        public final com.querydsl.core.types.dsl.BooleanPath principal
      • privateRecaptchaKey

        public final com.querydsl.core.types.dsl.StringPath privateRecaptchaKey
      • publicRecaptchaKey

        public final com.querydsl.core.types.dsl.StringPath publicRecaptchaKey
      • redirect

        public final com.querydsl.core.types.dsl.StringPath redirect
      • refreshTokenValidity

        public final com.querydsl.core.types.dsl.NumberPath<Integer> refreshTokenValidity
      • refreshTokenValiditySeconds

        public final com.querydsl.core.types.dsl.NumberPath<Integer> refreshTokenValiditySeconds
      • registeredRedirectUri

        public final com.querydsl.core.types.dsl.SetPath<String,​com.querydsl.core.types.dsl.StringPath> registeredRedirectUri
      • resource

        public final com.querydsl.core.types.dsl.StringPath resource
      • roles

        public final com.querydsl.core.types.dsl.SetPath<OAuthRole,​com.querydsl.core.types.dsl.EnumPath<OAuthRole>> roles
      • scope

        public final com.querydsl.core.types.dsl.SetPath<String,​com.querydsl.core.types.dsl.StringPath> scope
      • scoped

        public final com.querydsl.core.types.dsl.BooleanPath scoped
      • secretRequired

        public final com.querydsl.core.types.dsl.BooleanPath secretRequired
      • sid

        public final com.querydsl.core.types.dsl.StringPath sid
      • title

        public final com.querydsl.core.types.dsl.StringPath title
      • version

        public final com.querydsl.core.types.dsl.NumberPath<Integer> version
    • Constructor Detail

      • QOAuthClient

        public QOAuthClient​(String variable)
      • QOAuthClient

        public QOAuthClient​(com.querydsl.core.types.Path<? extends OAuthClient> path)
      • QOAuthClient

        public QOAuthClient​(com.querydsl.core.types.PathMetadata metadata)