Uses of Record Class
io.levysworks.models.CompositeUserData
Packages that use CompositeUserData
-
Uses of CompositeUserData in io.levysworks.beans
Methods in io.levysworks.beans that return CompositeUserDataModifier and TypeMethodDescriptionDatabaseManager.getUserByUUID(String uuid) Queries theuserstable for the user with the specified UUID.Methods in io.levysworks.beans that return types with arguments of type CompositeUserDataModifier and TypeMethodDescriptionDatabaseManager.getKeysForTemplate()Queries a set of user and SSH key information by joining thessh_keysanduserstables.DatabaseManager.getLogs(int limit) Queries theaudit_logtable for the latest logs ordered descending by thetimestampcolumn, limited to the specified amount.DatabaseManager.getRequestsForTemplate()Queries a set of user and request information by joining therequestsanduserstables.DatabaseManager.getUserKeysByUUID(String uuid) Queries thessh_keystable for all SSH keys associated with the specified user UUID.DatabaseManager.getUsersForTemplate()Retrieves user data along with SSH key metadata by joiningusersandssh_keys. -
Uses of CompositeUserData in io.levysworks.models
Methods in io.levysworks.models that return CompositeUserDataModifier and TypeMethodDescriptionCompositeUserDataBuilder.build()Builds aCompositeUserDatainstance using the set values.