Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IOAccessToken
Packages that use IOAccessToken
Package
Description
-
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IOAccessTokenModifier and TypeMethodDescription<E extends IOAccessToken>
EIOAccessToken.into(E into) Copy data into another generated Record/POJO implementing the common interface IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.interfaces that return IOAccessTokenModifier and TypeMethodDescriptiondefault IOAccessTokenIOAccessToken.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.O_ACCESS_TOKEN.ACTIVE.IOAccessToken.setAuth(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.AUTH.IOAccessToken.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT.IOAccessToken.setCreatedBy(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY.IOAccessToken.setExpiredTime(Long value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME.Setter forDB_ETERNAL.O_ACCESS_TOKEN.KEY.IOAccessToken.setLanguage(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE.IOAccessToken.setMetadata(String value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.METADATA.IOAccessToken.setRefreshToken(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN.IOAccessToken.setToken(byte[] value) Setter forDB_ETERNAL.O_ACCESS_TOKEN.TOKEN.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IOAccessTokenModifier and TypeMethodDescriptionvoidIOAccessToken.from(IOAccessToken from) Load data from another generated Record/POJO implementing the common interface IOAccessToken -
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOAccessTokenConstructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOAccessToken -
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.records with type parameters of type IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.records with parameters of type IOAccessToken