Uses of Class
cn.vertxup.rbac.domain.tables.pojos.OUser
Packages that use OUser
Package
Description
-
Uses of OUser in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type OUserModifier and TypeMethodDescriptionOUserDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyOUserDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitOUserDao.findManyByClientId(Collection<String> values) Find records that haveCLIENT_ID IN (values)asynchronouslyOUserDao.findManyByClientId(Collection<String> values, int limit) Find records that haveCLIENT_ID IN (values)asynchronously limited by the given limitOUserDao.findManyByClientSecret(Collection<String> values) Find records that haveCLIENT_SECRET IN (values)asynchronouslyOUserDao.findManyByClientSecret(Collection<String> values, int limit) Find records that haveCLIENT_SECRET IN (values)asynchronously limited by the given limitOUserDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyOUserDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitOUserDao.findManyByGrantType(Collection<String> values) Find records that haveGRANT_TYPE IN (values)asynchronouslyOUserDao.findManyByGrantType(Collection<String> values, int limit) Find records that haveGRANT_TYPE IN (values)asynchronously limited by the given limitOUserDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyOUserDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitOUserDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyOUserDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitOUserDao.findManyByRedirectUri(Collection<String> values) Find records that haveREDIRECT_URI IN (values)asynchronouslyOUserDao.findManyByRedirectUri(Collection<String> values, int limit) Find records that haveREDIRECT_URI IN (values)asynchronously limited by the given limitOUserDao.findManyByScope(Collection<String> values) Find records that haveSCOPE IN (values)asynchronouslyOUserDao.findManyByScope(Collection<String> values, int limit) Find records that haveSCOPE IN (values)asynchronously limited by the given limitOUserDao.findManyByState(Collection<String> values) Find records that haveSTATE IN (values)asynchronouslyOUserDao.findManyByState(Collection<String> values, int limit) Find records that haveSTATE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OUserRecord,OUser, String> OUserDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type OUser -
Uses of OUser in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return OUserModifier and TypeMethodDescriptionSetter forDB_ETERNAL.O_USER.ACTIVE.OUser.setClientId(String clientId) Setter forDB_ETERNAL.O_USER.CLIENT_ID.OUser.setClientSecret(String clientSecret) Setter forDB_ETERNAL.O_USER.CLIENT_SECRET.Setter forDB_ETERNAL.O_USER.CODE.OUser.setGrantType(String grantType) Setter forDB_ETERNAL.O_USER.GRANT_TYPE.Setter forDB_ETERNAL.O_USER.KEY.OUser.setLanguage(String language) Setter forDB_ETERNAL.O_USER.LANGUAGE.OUser.setMetadata(String metadata) Setter forDB_ETERNAL.O_USER.METADATA.OUser.setRedirectUri(String redirectUri) Setter forDB_ETERNAL.O_USER.REDIRECT_URI.Setter forDB_ETERNAL.O_USER.SCOPE.Setter forDB_ETERNAL.O_USER.STATE. -
Uses of OUser in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type OUserModifierConstructorDescriptionOUserRecord(OUser value) Create a detached, initialised OUserRecord -
Uses of OUser in io.vertx.tp.rbac.refine
Methods in io.vertx.tp.rbac.refine that return types with arguments of type OUser