Package org.openmetadata.service.jdbi3
Interface CollectionDAO.TokenDAO
- Enclosing interface:
- CollectionDAO
public static interface CollectionDAO.TokenDAO
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoiddeleteTokenByUserAndType(UUID userid, String tokenType) findByToken(String token) getAllUserTokenWithType(UUID userId, String tokenType) voidvoid
-
Method Details
-
findByToken
- Throws:
org.jdbi.v3.core.statement.StatementException
-
getAllUserTokenWithType
List<TokenInterface> getAllUserTokenWithType(UUID userId, String tokenType) throws org.jdbi.v3.core.statement.StatementException - Throws:
org.jdbi.v3.core.statement.StatementException
-
insert
-
update
-
delete
-
deleteAll
-
deleteTokenByUserAndType
-