Serialized Form
-
Package org.genesys.blocks.model
-
Class org.genesys.blocks.model.AuditedVersionedModel extends VersionedModel implements Serializable
- serialVersionUID:
- 427752822365309989L
-
Class org.genesys.blocks.model.BasicModel extends EmptyModel implements Serializable
- serialVersionUID:
- 2709998920148999956L
-
Serialized Fields
-
id
Long id
-
-
Class org.genesys.blocks.model.ClassPK extends Object implements Serializable
- serialVersionUID:
- 4850290657706341853L
-
Class org.genesys.blocks.model.EmptyModel extends Object implements Serializable
- serialVersionUID:
- 5934941826741972456L
-
Class org.genesys.blocks.model.QAuditedVersionedModel extends com.querydsl.core.types.dsl.EntityPathBase<AuditedVersionedModel> implements Serializable
- serialVersionUID:
- -401092577L
-
Serialized Fields
-
_super
QVersionedModel _super
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdDate
com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastModifiedBy
com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
-
lastModifiedDate
com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class org.genesys.blocks.model.QBasicModel extends com.querydsl.core.types.dsl.EntityPathBase<BasicModel> implements Serializable
- serialVersionUID:
- 542072744L
-
Serialized Fields
-
_super
QEmptyModel _super
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
-
Class org.genesys.blocks.model.QClassPK extends com.querydsl.core.types.dsl.EntityPathBase<ClassPK> implements Serializable
- serialVersionUID:
- -849691514L
-
Serialized Fields
-
classname
com.querydsl.core.types.dsl.StringPath classname
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
shortName
com.querydsl.core.types.dsl.StringPath shortName
-
-
Class org.genesys.blocks.model.QEmptyModel extends com.querydsl.core.types.dsl.EntityPathBase<EmptyModel> implements Serializable
- serialVersionUID:
- 606898665L
-
Class org.genesys.blocks.model.QUuidModel extends com.querydsl.core.types.dsl.EntityPathBase<UuidModel> implements Serializable
- serialVersionUID:
- -2132262271L
-
Serialized Fields
-
_super
QAuditedVersionedModel _super
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdDate
com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastModifiedBy
com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
-
lastModifiedDate
com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
-
uuid
com.querydsl.core.types.dsl.ComparablePath<UUID> uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class org.genesys.blocks.model.QVersionedModel extends com.querydsl.core.types.dsl.EntityPathBase<VersionedModel> implements Serializable
- serialVersionUID:
- 33765247L
-
Serialized Fields
-
_super
QBasicModel _super
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class org.genesys.blocks.model.UuidModel extends AuditedVersionedModel implements Serializable
- serialVersionUID:
- 2639238742778129554L
-
Serialized Fields
-
uuid
UUID uuid
The uuid.
-
-
Class org.genesys.blocks.model.VersionedModel extends BasicModel implements Serializable
- serialVersionUID:
- 6486704708017489425L
-
Serialized Fields
-
active
boolean active
-
version
Integer version
-
-
-
Package org.genesys.blocks.model.filters
-
Class org.genesys.blocks.model.filters.AuditedVersionedModelFilter extends VersionedModelFilter<T extends AuditedVersionedModelFilter<T,R>,R extends AuditedVersionedModel> implements Serializable
- serialVersionUID:
- 4488044011334369267L
-
Serialized Fields
-
createdBy
Set<Long> createdBy
The created by. -
createdDate
TemporalFilter<Instant> createdDate
The created date. -
lastModifiedBy
Set<Long> lastModifiedBy
The last modified by. -
lastModifiedDate
TemporalFilter<Instant> lastModifiedDate
The last modified date.
-
-
Class org.genesys.blocks.model.filters.BasicModelFilter extends EmptyModelFilter<T extends BasicModelFilter<T,R>,R extends BasicModel> implements Serializable
- serialVersionUID:
- -2929992545562763587L
-
Class org.genesys.blocks.model.filters.DateFilter extends TemporalFilterBase<DateFilter,Date> implements Serializable
- serialVersionUID:
- 7335760829004802798L
-
Class org.genesys.blocks.model.filters.EmptyModelFilter extends SuperModelFilter<T extends EmptyModelFilter<T,R>,R extends EmptyModel> implements Serializable
- serialVersionUID:
- 3547161067042415815L
-
Class org.genesys.blocks.model.filters.InstantFilter extends TemporalFilterBase<InstantFilter,Instant> implements Serializable
- serialVersionUID:
- 7335760829004802798L
-
Class org.genesys.blocks.model.filters.LocalDateFilter extends TemporalFilterBase<LocalDateFilter,LocalDate> implements Serializable
- serialVersionUID:
- 7335760829004802798L
-
Class org.genesys.blocks.model.filters.NumberFilter extends Object implements Serializable
- serialVersionUID:
- -4548157369677617304L
-
Serialized Fields
-
eq
Set<T extends Number & Comparable<?>> eq
-
ge
T extends Number & Comparable<?> ge
-
gt
T extends Number & Comparable<?> gt
-
le
T extends Number & Comparable<?> le
-
lt
T extends Number & Comparable<?> lt
-
-
Class org.genesys.blocks.model.filters.StringFilter extends Object implements Serializable
- serialVersionUID:
- -1950139291270046687L
-
Class org.genesys.blocks.model.filters.SuperModelFilter extends Object implements Serializable
- serialVersionUID:
- -4298821420228268854L
-
Class org.genesys.blocks.model.filters.TemporalFilter extends Object implements Serializable
- serialVersionUID:
- -4548157369677617304L
-
Serialized Fields
-
eq
Set<T extends Comparable<?>> eq
-
ge
T extends Comparable<?> ge
-
gt
T extends Comparable<?> gt
-
le
T extends Comparable<?> le
-
lt
T extends Comparable<?> lt
-
-
Class org.genesys.blocks.model.filters.TemporalFilterBase extends Object implements Serializable
- serialVersionUID:
- 6223841814630999403L
-
Serialized Fields
-
ge
T extends Comparable<?> ge
Deprecated. -
gt
T extends Comparable<?> gt
Deprecated. -
le
T extends Comparable<?> le
Deprecated. -
lt
T extends Comparable<?> lt
Deprecated.
-
-
Class org.genesys.blocks.model.filters.UuidModelFilter extends AuditedVersionedModelFilter<T extends UuidModelFilter<T,R>,R extends AuditedVersionedModel> implements Serializable
- serialVersionUID:
- -2866906205548608641L
-
Class org.genesys.blocks.model.filters.VersionedModelFilter extends BasicModelFilter<T extends VersionedModelFilter<T,R>,R extends VersionedModel> implements Serializable
- serialVersionUID:
- -4226770121644301621L
-
-
Package org.genesys.blocks.oauth.model
-
Class org.genesys.blocks.oauth.model.OAuthClient extends AclSid implements Serializable
- serialVersionUID:
- -4204753722663196007L
-
Serialized Fields
-
accessTokenValidity
Integer accessTokenValidity
The access token validity. -
additionalInformation
Map<String,Object> additionalInformation
The additional information. -
allowedOrigins
Set<String> allowedOrigins
Allowed CORS origins -
autoApprove
boolean autoApprove
The auto approve. -
autoApproveScope
String autoApproveScope
The auto approve scope. -
autoApproveScopes
Set<String> autoApproveScopes
The auto approve scopes. -
clientId
String clientId
The client id. -
clientSecret
String clientSecret
The client secret. -
contactEmail
String contactEmail
The contact email of the Client user. -
contactNote
String contactNote
The note. -
description
String description
The description. -
grants
String grants
The grants. -
grantTypes
Set<String> grantTypes
The grant types. -
origins
String origins
The origins. -
privateRecaptchaKey
String privateRecaptchaKey
The private reCAPTCHA key. -
publicRecaptchaKey
String publicRecaptchaKey
The public reCAPTCHA key. -
redirect
String redirect
The redirect. -
redirectUris
Set<String> redirectUris
The redirect uris. -
refreshTokenValidity
Integer refreshTokenValidity
The refresh token validity. -
resource
String resource
The resource. -
resourceIds
Set<String> resourceIds
The resource ids. -
roles
Set<OAuthRole> roles
The roles. -
runtimeAuthorities
List<org.springframework.security.core.GrantedAuthority> runtimeAuthorities
TheruntimeAuthoritiesare the actual authorities of the client. They are usually a list of dynamic + assigned roles + default roles IN THAT ORDER! The order of authorities is important! -
scope
String scope
The scope. -
scopes
Set<String> scopes
The scopes. -
title
String title
The title.
-
-
Class org.genesys.blocks.oauth.model.QAuthorization extends com.querydsl.core.types.dsl.EntityPathBase<Authorization> implements Serializable
- serialVersionUID:
- -1264790155L
-
Serialized Fields
-
accessTokenExpiresAt
com.querydsl.core.types.dsl.DateTimePath<Instant> accessTokenExpiresAt
-
accessTokenId
com.querydsl.core.types.dsl.StringPath accessTokenId
-
accessTokenIssuedAt
com.querydsl.core.types.dsl.DateTimePath<Instant> accessTokenIssuedAt
-
accessTokenMetadata
com.querydsl.core.types.dsl.StringPath accessTokenMetadata
-
accessTokenScopes
com.querydsl.core.types.dsl.StringPath accessTokenScopes
-
accessTokenType
com.querydsl.core.types.dsl.StringPath accessTokenType
-
attributes
com.querydsl.core.types.dsl.StringPath attributes
-
authorizationCodeExpiresAt
com.querydsl.core.types.dsl.DateTimePath<Instant> authorizationCodeExpiresAt
-
authorizationCodeIssuedAt
com.querydsl.core.types.dsl.DateTimePath<Instant> authorizationCodeIssuedAt
-
authorizationCodeMetadata
com.querydsl.core.types.dsl.StringPath authorizationCodeMetadata
-
authorizationCodeValue
com.querydsl.core.types.dsl.StringPath authorizationCodeValue
-
authorizationGrantType
com.querydsl.core.types.dsl.StringPath authorizationGrantType
-
id
com.querydsl.core.types.dsl.StringPath id
-
oidcIdTokenClaims
com.querydsl.core.types.dsl.StringPath oidcIdTokenClaims
-
oidcIdTokenExpiresAt
com.querydsl.core.types.dsl.DateTimePath<Instant> oidcIdTokenExpiresAt
-
oidcIdTokenId
com.querydsl.core.types.dsl.StringPath oidcIdTokenId
-
oidcIdTokenIssuedAt
com.querydsl.core.types.dsl.DateTimePath<Instant> oidcIdTokenIssuedAt
-
oidcIdTokenMetadata
com.querydsl.core.types.dsl.StringPath oidcIdTokenMetadata
-
principalName
com.querydsl.core.types.dsl.StringPath principalName
-
refreshTokenExpiresAt
com.querydsl.core.types.dsl.DateTimePath<Instant> refreshTokenExpiresAt
-
refreshTokenId
com.querydsl.core.types.dsl.StringPath refreshTokenId
-
refreshTokenIssuedAt
com.querydsl.core.types.dsl.DateTimePath<Instant> refreshTokenIssuedAt
-
refreshTokenMetadata
com.querydsl.core.types.dsl.StringPath refreshTokenMetadata
-
registeredClientId
com.querydsl.core.types.dsl.NumberPath<Long> registeredClientId
-
state
com.querydsl.core.types.dsl.StringPath state
-
-
Class org.genesys.blocks.oauth.model.QOAuthClient extends com.querydsl.core.types.dsl.EntityPathBase<OAuthClient> implements Serializable
- serialVersionUID:
- -515751586L
-
Serialized Fields
-
_super
QAclSid _super
-
accessTokenValidity
com.querydsl.core.types.dsl.NumberPath<Integer> accessTokenValidity
-
accessTokenValiditySeconds
com.querydsl.core.types.dsl.NumberPath<Integer> accessTokenValiditySeconds
-
aclEntries
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> aclEntries
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
authorizedGrantTypes
com.querydsl.core.types.dsl.SetPath<String,com.querydsl.core.types.dsl.StringPath> authorizedGrantTypes
-
autoApprove
com.querydsl.core.types.dsl.BooleanPath autoApprove
-
autoApproveScope
com.querydsl.core.types.dsl.StringPath autoApproveScope
-
clientId
com.querydsl.core.types.dsl.StringPath clientId
-
clientSecret
com.querydsl.core.types.dsl.StringPath clientSecret
-
contactEmail
com.querydsl.core.types.dsl.StringPath contactEmail
-
contactNote
com.querydsl.core.types.dsl.StringPath contactNote
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdDate
com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
-
description
com.querydsl.core.types.dsl.StringPath description
-
fullName
com.querydsl.core.types.dsl.StringPath fullName
-
grants
com.querydsl.core.types.dsl.StringPath grants
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastModifiedBy
com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
-
lastModifiedDate
com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
-
objectIdentities
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> objectIdentities
-
origins
com.querydsl.core.types.dsl.StringPath origins
-
principal
com.querydsl.core.types.dsl.BooleanPath principal
-
privateRecaptchaKey
com.querydsl.core.types.dsl.StringPath privateRecaptchaKey
-
publicRecaptchaKey
com.querydsl.core.types.dsl.StringPath publicRecaptchaKey
-
redirect
com.querydsl.core.types.dsl.StringPath redirect
-
refreshTokenValidity
com.querydsl.core.types.dsl.NumberPath<Integer> refreshTokenValidity
-
refreshTokenValiditySeconds
com.querydsl.core.types.dsl.NumberPath<Integer> refreshTokenValiditySeconds
-
registeredRedirectUri
com.querydsl.core.types.dsl.SetPath<String,com.querydsl.core.types.dsl.StringPath> registeredRedirectUri
-
resource
com.querydsl.core.types.dsl.StringPath resource
-
roles
com.querydsl.core.types.dsl.SetPath<OAuthRole,com.querydsl.core.types.dsl.EnumPath<OAuthRole>> roles
-
scope
com.querydsl.core.types.dsl.SetPath<String,com.querydsl.core.types.dsl.StringPath> scope
-
scoped
com.querydsl.core.types.dsl.BooleanPath scoped
-
secretRequired
com.querydsl.core.types.dsl.BooleanPath secretRequired
-
sid
com.querydsl.core.types.dsl.StringPath sid
-
title
com.querydsl.core.types.dsl.StringPath title
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
-
Package org.genesys.blocks.security
-
Class org.genesys.blocks.security.NotUniqueUserException extends UserException implements Serializable
- serialVersionUID:
- -3260458819774485495L
-
Serialized Fields
-
email
String email
The email.
-
-
Class org.genesys.blocks.security.NoUserFoundException extends UserException implements Serializable
- serialVersionUID:
- -3218537334751840421L
-
Serialized Fields
-
modelId
long modelId
The model id.
-
-
Class org.genesys.blocks.security.UserException extends Exception implements Serializable
- serialVersionUID:
- -5046893564893762245L
-
-
Package org.genesys.blocks.security.lockout
-
Class org.genesys.blocks.security.lockout.AccountLockoutManager.AttemptStatistics extends Object implements Serializable
- serialVersionUID:
- -5966606439944355735L
-
Serialized Fields
-
count
int count
The count. -
id
long id
The id. -
lastAttempt
Instant lastAttempt
The last attempt.
-
-
-
Package org.genesys.blocks.security.model
-
Class org.genesys.blocks.security.model.AclClass extends BasicModel implements Serializable
- serialVersionUID:
- 7634040355879912092L
-
Serialized Fields
-
aclClass
String aclClass
The acl class.
-
-
Class org.genesys.blocks.security.model.AclEntry extends BasicModel implements Serializable
- serialVersionUID:
- -1047000445685485825L
-
Serialized Fields
-
aceOrder
long aceOrder
The ace order. -
aclObjectIdentity
AclObjectIdentity aclObjectIdentity
The acl object identity. -
aclSid
AclSid aclSid
The acl sid. -
auditFailure
boolean auditFailure
The audit failure. -
auditSuccess
boolean auditSuccess
The audit success. -
granting
boolean granting
The granting. -
mask
int mask
The mask.
-
-
Class org.genesys.blocks.security.model.AclObjectIdentity extends BasicModel implements Serializable
- serialVersionUID:
- -8987281958564243010L
-
Serialized Fields
-
aclClass
AclClass aclClass
The acl class. -
aclEntries
List<AclEntry> aclEntries
The acl entries. -
entriesInheriting
boolean entriesInheriting
The entries inheriting. -
objectIdIdentity
long objectIdIdentity
The object id identity. -
ownerSid
AclSid ownerSid
The owner sid. -
parentObject
AclObjectIdentity parentObject
The parent object.
-
-
Class org.genesys.blocks.security.model.AclSid extends AuditedVersionedModel implements Serializable
- serialVersionUID:
- -8665345718313672678L
-
Serialized Fields
-
aclEntries
List<AclEntry> aclEntries
The acl entries. -
objectIdentities
List<AclObjectIdentity> objectIdentities
The object identities. -
principal
boolean principal
The principal. -
sid
String sid
The sid.
-
-
Class org.genesys.blocks.security.model.BasicUser extends AclSid implements Serializable
- serialVersionUID:
- -5318892732608111516L
-
Serialized Fields
-
accountExpires
Instant accountExpires
Account control. -
accountType
BasicUser.AccountType accountType
The account type. -
email
String email
The email. -
fullName
String fullName
The full name. -
lastLogin
Instant lastLogin
The date of last successful login. -
lockedUntil
Instant lockedUntil
The locked until. -
password
String password
The password. -
passwordExpires
Instant passwordExpires
The password expires. -
roles
Set<R extends org.springframework.security.core.GrantedAuthority> roles
The roles. -
runtimeAuthorities
List<org.springframework.security.core.GrantedAuthority> runtimeAuthorities
TheruntimeAuthoritiesare the actual authorities of the user. They are usually a list of dynamic + assigned roles + default roles IN THAT ORDER! The order of authorities is important! -
shortName
String shortName
The short name. -
uuid
String uuid
The uuid.
-
-
Class org.genesys.blocks.security.model.QAclClass extends com.querydsl.core.types.dsl.EntityPathBase<AclClass> implements Serializable
- serialVersionUID:
- 1201954745L
-
Serialized Fields
-
_super
QBasicModel _super
-
aclClass
com.querydsl.core.types.dsl.StringPath aclClass
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
-
Class org.genesys.blocks.security.model.QAclEntry extends com.querydsl.core.types.dsl.EntityPathBase<AclEntry> implements Serializable
- serialVersionUID:
- 1203879603L
-
Serialized Fields
-
_super
QBasicModel _super
-
aceOrder
com.querydsl.core.types.dsl.NumberPath<Long> aceOrder
-
aclObjectIdentity
QAclObjectIdentity aclObjectIdentity
-
aclSid
QAclSid aclSid
-
auditFailure
com.querydsl.core.types.dsl.BooleanPath auditFailure
-
auditSuccess
com.querydsl.core.types.dsl.BooleanPath auditSuccess
-
granting
com.querydsl.core.types.dsl.BooleanPath granting
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
mask
com.querydsl.core.types.dsl.NumberPath<Integer> mask
-
-
Class org.genesys.blocks.security.model.QAclObjectIdentity extends com.querydsl.core.types.dsl.EntityPathBase<AclObjectIdentity> implements Serializable
- serialVersionUID:
- 656116732L
-
Serialized Fields
-
_super
QBasicModel _super
-
aclClass
QAclClass aclClass
-
aclEntries
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> aclEntries
-
entriesInheriting
com.querydsl.core.types.dsl.BooleanPath entriesInheriting
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
objectIdIdentity
com.querydsl.core.types.dsl.NumberPath<Long> objectIdIdentity
-
ownerSid
QAclSid ownerSid
-
parentObject
QAclObjectIdentity parentObject
-
-
Class org.genesys.blocks.security.model.QAclSid extends com.querydsl.core.types.dsl.EntityPathBase<AclSid> implements Serializable
- serialVersionUID:
- -552923313L
-
Serialized Fields
-
_super
QAuditedVersionedModel _super
-
aclEntries
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> aclEntries
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdDate
com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastModifiedBy
com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
-
lastModifiedDate
com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
-
objectIdentities
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> objectIdentities
-
principal
com.querydsl.core.types.dsl.BooleanPath principal
-
sid
com.querydsl.core.types.dsl.StringPath sid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class org.genesys.blocks.security.model.QBasicUser extends com.querydsl.core.types.dsl.EntityPathBase<BasicUser<? extends org.springframework.security.core.GrantedAuthority>> implements Serializable
- serialVersionUID:
- 604580302L
-
Serialized Fields
-
_super
QAclSid _super
-
accountExpires
com.querydsl.core.types.dsl.DateTimePath<Instant> accountExpires
-
accountLocked
com.querydsl.core.types.dsl.BooleanPath accountLocked
-
accountNonExpired
com.querydsl.core.types.dsl.BooleanPath accountNonExpired
-
accountNonLocked
com.querydsl.core.types.dsl.BooleanPath accountNonLocked
-
accountType
com.querydsl.core.types.dsl.EnumPath<BasicUser.AccountType> accountType
-
aclEntries
com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry> aclEntries
-
active
com.querydsl.core.types.dsl.BooleanPath active
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdDate
com.querydsl.core.types.dsl.DateTimePath<Instant> createdDate
-
credentialsNonExpired
com.querydsl.core.types.dsl.BooleanPath credentialsNonExpired
-
email
com.querydsl.core.types.dsl.StringPath email
-
enabled
com.querydsl.core.types.dsl.BooleanPath enabled
-
fullName
com.querydsl.core.types.dsl.StringPath fullName
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
lastLogin
com.querydsl.core.types.dsl.DateTimePath<Instant> lastLogin
-
lastModifiedBy
com.querydsl.core.types.dsl.NumberPath<Long> lastModifiedBy
-
lastModifiedDate
com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedDate
-
lockedUntil
com.querydsl.core.types.dsl.DateTimePath<Instant> lockedUntil
-
objectIdentities
com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity> objectIdentities
-
password
com.querydsl.core.types.dsl.StringPath password
-
passwordExpires
com.querydsl.core.types.dsl.DateTimePath<Instant> passwordExpires
-
principal
com.querydsl.core.types.dsl.BooleanPath principal
-
roles
com.querydsl.core.types.dsl.SetPath<org.springframework.security.core.GrantedAuthority,com.querydsl.core.types.dsl.SimplePath<org.springframework.security.core.GrantedAuthority>> roles
-
shortName
com.querydsl.core.types.dsl.StringPath shortName
-
sid
com.querydsl.core.types.dsl.StringPath sid
-
username
com.querydsl.core.types.dsl.StringPath username
-
uuid
com.querydsl.core.types.dsl.StringPath uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
-
Package org.genesys.blocks.security.serialization
-
Class org.genesys.blocks.security.serialization.CurrentPermissionsWriter extends com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
boolean enabled
Writer can be disabled with@JsonView(CurrentPermissionsWriter.NoPermissions.class)or by mix-in that ignores:Permissions.class@JsonIgnoreTypepublic class MyMixInForIgnoreType {} ... mapper.addMixIn(Permissions.class, MyMixInForIgnoreType.class);
-
-
-
Package org.genesys.blocks.security.service
-
Class org.genesys.blocks.security.service.PasswordPolicy.PasswordPolicyException extends UserException implements Serializable
- serialVersionUID:
- -4692900263383479542L
-
-
Package org.genesys.blocks.util